#D5CD8C

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

Shades of Winter Hazel #D5CD8C

Tints of Winter Hazel #D5CD8C

Color information

#D5CD8C (or 0xD5CD8C) is unknown color: approx Winter Hazel. HEX triplet: D5, CD and 8C. RGB value is (213,205,140). Sum of RGB (Red+Green+Blue) = 213+205+140=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CD8C is #2A3273. Grayscale: #C8C8C8. Windows color (decimal): -2765428 or 9227733. OLE color: 9227733.

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

Color convert

RGB213205140-
CMYK00.040.340.16
HSL53.42º46.5%69.22%-
HSV(B)53.42º34.27%83.53%-
XYZ54.0159.733.49-
YUV199.9894.15137.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 205 (80.47% from 255) = 36.74%
BLUE value IS 140 (55.08% from 255) = 25.09%
R=38.17%
G=36.74%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320514000.040.340.1653.4246.569.22
HexD5CD8C042210352e45
Octal3253152140442206556105
Binary1101010111001101100011000100100010100001101011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CD8C; }

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

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

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

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

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

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

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

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