#D0BB74

Color #D0BB74 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #D0BB74

Tints of Chenin #D0BB74

Color information

#D0BB74 (or 0xD0BB74) is unknown color: approx Chenin. HEX triplet: D0, BB and 74. RGB value is (208,187,116). Sum of RGB (Red+Green+Blue) = 208+187+116=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BB74 is #2F448B. Grayscale: #B9B9B9. Windows color (decimal): -3097740 or 7650256. OLE color: 7650256.

HSL color Cylindrical-coordinate representation of color #D0BB74: hue angle of 46.3º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0BB74 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB208187116-
CMYK00.100.440.18
HSL46.3º49.46%63.53%-
HSV(B)46.3º44.23%81.57%-
XYZ46.9450.2123.74-
YUV185.1888.96144.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 116 (45.70% from 255) = 22.70%
R=40.70%
G=36.59%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818711600.100.440.1846.349.4663.53
HexD0BB740A2C122e3140
Octal32027316401254225661100
Binary1101000010111011111010001010101100100101011101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB74; }

 p { color: rgb(208,187,116); }

 H1.HeaderClassName
 {
   color: #D0BB74;
 }
 .AnyTagClassName
 {
   color: #D0BB74;
 }
</style>
background-color css

<style>
 a { background-color: #D0BB74; }

 a { background-color: rgb(208,187,116); }

 div.DivClassName
 {
   background-color: #D0BB74;
 }
 .BgClassName
 {
   background-color: #D0BB74;
 }
</style>
border-color css

<style>
 span { border-color: #D0BB74; }

 span { border-color: rgb(208,187,116); }

 td.TdClassName
 {
   border-color: #D0BB74;
 }
 .TagClassName
 {
   border-color: #D0BB74;
 }
</style>