#D4CB7F

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

Shades of Winter Hazel #D4CB7F

Tints of Winter Hazel #D4CB7F

Color information

#D4CB7F (or 0xD4CB7F) is unknown color: approx Winter Hazel. HEX triplet: D4, CB and 7F. RGB value is (212,203,127). Sum of RGB (Red+Green+Blue) = 212+203+127=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB7F is #2B3480. Grayscale: #C5C5C5. Windows color (decimal): -2831489 or 8375252. OLE color: 8375252.

HSL color Cylindrical-coordinate representation of color #D4CB7F: hue angle of 53.65º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4CB7F is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB212203127-
CMYK00.040.400.17
HSL53.65º49.71%66.47%-
HSV(B)53.65º40.09%83.14%-
XYZ52.3458.2428.56-
YUV197.0388.48138.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.11%
GREEN value IS 203 (79.69% from 255) = 37.45%
BLUE value IS 127 (50% from 255) = 23.43%
R=39.11%
G=37.45%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220312700.040.400.1753.6549.7166.47
HexD4CB7F042811363242
Octal3243131770450216662102
Binary110101001100101111111110100101000100011101101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CB7F; }

 p { color: rgb(212,203,127); }

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

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

 a { background-color: rgb(212,203,127); }

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

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

 span { border-color: rgb(212,203,127); }

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