#D5C77C

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

Shades of Winter Hazel #D5C77C

Tints of Winter Hazel #D5C77C

Color information

#D5C77C (or 0xD5C77C) is unknown color: approx Winter Hazel. HEX triplet: D5, C7 and 7C. RGB value is (213,199,124). Sum of RGB (Red+Green+Blue) = 213+199+124=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C77C is #2A3883. Grayscale: #C2C2C2. Windows color (decimal): -2766980 or 8177621. OLE color: 8177621.

HSL color Cylindrical-coordinate representation of color #D5C77C: hue angle of 50.56º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5C77C is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB213199124-
CMYK00.070.420.16
HSL50.56º51.45%66.08%-
HSV(B)50.56º41.78%83.53%-
XYZ51.556.4527.25-
YUV194.6488.14141.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 199 (78.12% from 255) = 37.13%
BLUE value IS 124 (48.83% from 255) = 23.13%
R=39.74%
G=37.13%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319912400.070.420.1650.5651.4566.08
HexD5C77C072A10333342
Octal3253071740752206363102
Binary110101011100011111111000111101010100001100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C77C; }

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

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

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

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

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

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

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

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