#D0C072

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

Shades of Chenin #D0C072

Tints of Chenin #D0C072

Color information

#D0C072 (or 0xD0C072) is unknown color: approx Chenin. HEX triplet: D0, C0 and 72. RGB value is (208,192,114). Sum of RGB (Red+Green+Blue) = 208+192+114=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C072 is #2F3F8D. Grayscale: #BCBCBC. Windows color (decimal): -3096462 or 7520464. OLE color: 7520464.

HSL color Cylindrical-coordinate representation of color #D0C072: hue angle of 49.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0C072 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB208192114-
CMYK00.080.450.18
HSL49.79º50%63.14%-
HSV(B)49.79º45.19%81.57%-
XYZ47.952.3223.49-
YUV187.8986.3142.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 192 (75.39% from 255) = 37.35%
BLUE value IS 114 (44.92% from 255) = 22.18%
R=40.47%
G=37.35%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819211400.080.450.1849.795063.14
HexD0C072082D1232323f
Octal3203001620105522626277
Binary110100001100000011100100100010110110010110010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C072; }

 p { color: rgb(208,192,114); }

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

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

 a { background-color: rgb(208,192,114); }

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

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

 span { border-color: rgb(208,192,114); }

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