#DCB972

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

Shades of Chenin #DCB972

Tints of Chenin #DCB972

Color information

#DCB972 (or 0xDCB972) is unknown color: approx Chenin. HEX triplet: DC, B9 and 72. RGB value is (220,185,114). Sum of RGB (Red+Green+Blue) = 220+185+114=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB972 is #23468D. Grayscale: #BBBBBB. Windows color (decimal): -2311822 or 7518684. OLE color: 7518684.

HSL color Cylindrical-coordinate representation of color #DCB972: hue angle of 40.19º 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 #DCB972 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB220185114-
CMYK00.160.480.14
HSL40.19º60.23%65.49%-
HSV(B)40.19º48.18%86.27%-
XYZ49.951.1323.16-
YUV187.3786.6151.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 185 (72.66% from 255) = 35.65%
BLUE value IS 114 (44.92% from 255) = 21.97%
R=42.39%
G=35.65%
B=21.97%

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
Decimal22018511400.160.480.1440.1960.2365.49
HexDCB97201030E283c41
Octal33427116202060165074101
Binary1101110010111001111001001000011000011101010001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB972; }

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

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

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

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

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

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

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

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