#D5CB80

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

Shades of Winter Hazel #D5CB80

Tints of Winter Hazel #D5CB80

Color information

#D5CB80 (or 0xD5CB80) is unknown color: approx Winter Hazel. HEX triplet: D5, CB and 80. RGB value is (213,203,128). Sum of RGB (Red+Green+Blue) = 213+203+128=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB80 is #2A347F. Grayscale: #C5C5C5. Windows color (decimal): -2765952 or 8440789. OLE color: 8440789.

HSL color Cylindrical-coordinate representation of color #D5CB80: hue angle of 52.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5CB80 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213203128-
CMYK00.050.400.16
HSL52.94º50.3%66.86%-
HSV(B)52.94º39.91%83.53%-
XYZ52.6958.4228.92-
YUV197.4488.81139.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 203 (79.69% from 255) = 37.32%
BLUE value IS 128 (50.39% from 255) = 23.53%
R=39.15%
G=37.32%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320312800.050.400.1652.9450.366.86
HexD5CB80052810353243
Octal3253132000550206562103
Binary1101010111001011100000000101101000100001101011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB80; }

 p { color: rgb(213,203,128); }

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

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

 a { background-color: rgb(213,203,128); }

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

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

 span { border-color: rgb(213,203,128); }

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