#D4C272

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

Shades of Chenin #D4C272

Tints of Chenin #D4C272

Color information

#D4C272 (or 0xD4C272) is unknown color: approx Chenin. HEX triplet: D4, C2 and 72. RGB value is (212,194,114). Sum of RGB (Red+Green+Blue) = 212+194+114=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C272 is #2B3D8D. Grayscale: #BEBEBE. Windows color (decimal): -2833806 or 7520980. OLE color: 7520980.

HSL color Cylindrical-coordinate representation of color #D4C272: hue angle of 48.98º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4C272 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB212194114-
CMYK00.080.460.17
HSL48.98º53.26%63.92%-
HSV(B)48.98º46.23%83.14%-
XYZ49.4853.823.7-
YUV190.2684.96143.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 194 (76.17% from 255) = 37.31%
BLUE value IS 114 (44.92% from 255) = 21.92%
R=40.77%
G=37.31%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219411400.080.460.1748.9853.2663.92
HexD4C272082E11313540
Octal32430216201056216165100
Binary1101010011000010111001001000101110100011100011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C272; }

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

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

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

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

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

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

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

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