#D5C780

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

Shades of Winter Hazel #D5C780

Tints of Winter Hazel #D5C780

Color information

#D5C780 (or 0xD5C780) is unknown color: approx Winter Hazel. HEX triplet: D5, C7 and 80. RGB value is (213,199,128). Sum of RGB (Red+Green+Blue) = 213+199+128=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C780 is #2A387F. Grayscale: #C3C3C3. Windows color (decimal): -2766976 or 8439765. OLE color: 8439765.

HSL color Cylindrical-coordinate representation of color #D5C780: hue angle of 50.12º 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 #D5C780 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213199128-
CMYK00.070.400.16
HSL50.12º50.3%66.86%-
HSV(B)50.12º39.91%83.53%-
XYZ51.7656.5528.61-
YUV195.0990.14140.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 199 (78.12% from 255) = 36.85%
BLUE value IS 128 (50.39% from 255) = 23.70%
R=39.44%
G=36.85%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319912800.070.400.1650.1250.366.86
HexD5C780072810323243
Octal3253072000750206262103
Binary1101010111000111100000000111101000100001100101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C780; }

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

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

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

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

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

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

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

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