#D4CD8C

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

Shades of Winter Hazel #D4CD8C

Tints of Winter Hazel #D4CD8C

Color information

#D4CD8C (or 0xD4CD8C) is unknown color: approx Winter Hazel. HEX triplet: D4, CD and 8C. RGB value is (212,205,140). Sum of RGB (Red+Green+Blue) = 212+205+140=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CD8C is #2B3273. Grayscale: #C7C7C7. Windows color (decimal): -2830964 or 9227732. OLE color: 9227732.

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

Color convert

RGB212205140-
CMYK00.030.340.17
HSL54.17º45.57%69.02%-
HSV(B)54.17º33.96%83.14%-
XYZ53.7259.5533.47-
YUV199.6894.32136.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 140 (55.08% from 255) = 25.13%
R=38.06%
G=36.80%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220514000.030.340.1754.1745.5769.02
HexD4CD8C032211362e45
Octal3243152140342216656105
Binary110101001100110110001100011100010100011101101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CD8C; }

 p { color: rgb(212,205,140); }

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

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

 a { background-color: rgb(212,205,140); }

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

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

 span { border-color: rgb(212,205,140); }

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