#D8C272

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

Shades of Chenin #D8C272

Tints of Chenin #D8C272

Color information

#D8C272 (or 0xD8C272) is unknown color: approx Chenin. HEX triplet: D8, C2 and 72. RGB value is (216,194,114). Sum of RGB (Red+Green+Blue) = 216+194+114=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C272 is #273D8D. Grayscale: #BFBFBF. Windows color (decimal): -2571662 or 7520984. OLE color: 7520984.

HSL color Cylindrical-coordinate representation of color #D8C272: hue angle of 47.06º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8C272 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB216194114-
CMYK00.100.470.15
HSL47.06º56.67%64.71%-
HSV(B)47.06º47.22%84.71%-
XYZ50.6554.423.75-
YUV191.4684.29145.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 194 (76.17% from 255) = 37.02%
BLUE value IS 114 (44.92% from 255) = 21.76%
R=41.22%
G=37.02%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619411400.100.470.1547.0656.6764.71
HexD8C2720A2FF2f3941
Octal33030216201257175771101
Binary110110001100001011100100101010111111111011111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C272; }

 p { color: rgb(216,194,114); }

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

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

 a { background-color: rgb(216,194,114); }

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

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

 span { border-color: rgb(216,194,114); }

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