#DCB872

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

Shades of Chenin #DCB872

Tints of Chenin #DCB872

Color information

#DCB872 (or 0xDCB872) is unknown color: approx Chenin. HEX triplet: DC, B8 and 72. RGB value is (220,184,114). Sum of RGB (Red+Green+Blue) = 220+184+114=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB872 is #23478D. Grayscale: #BBBBBB. Windows color (decimal): -2312078 or 7518428. OLE color: 7518428.

HSL color Cylindrical-coordinate representation of color #DCB872: hue angle of 39.62º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCB872 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB220184114-
CMYK00.160.480.14
HSL39.62º60.23%65.49%-
HSV(B)39.62º48.18%86.27%-
XYZ49.6950.7123.09-
YUV186.7886.93151.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 114 (44.92% from 255) = 22.01%
R=42.47%
G=35.52%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018411400.160.480.1439.6260.2365.49
HexDCB87201030E283c41
Octal33427016202060165074101
Binary1101110010111000111001001000011000011101010001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB872; }

 p { color: rgb(220,184,114); }

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

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

 a { background-color: rgb(220,184,114); }

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

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

 span { border-color: rgb(220,184,114); }

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