#D6C77C

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

Shades of Winter Hazel #D6C77C

Tints of Winter Hazel #D6C77C

Color information

#D6C77C (or 0xD6C77C) is unknown color: approx Winter Hazel. HEX triplet: D6, C7 and 7C. RGB value is (214,199,124). Sum of RGB (Red+Green+Blue) = 214+199+124=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C77C is #293883. Grayscale: #C3C3C3. Windows color (decimal): -2701444 or 8177622. OLE color: 8177622.

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

Color convert

RGB214199124-
CMYK00.070.420.16
HSL50º52.33%66.27%-
HSV(B)50º42.06%83.92%-
XYZ51.7956.627.26-
YUV194.9387.97141.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 199 (78.12% from 255) = 37.06%
BLUE value IS 124 (48.83% from 255) = 23.09%
R=39.85%
G=37.06%
B=23.09%

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
Decimal21419912400.070.420.165052.3366.27
HexD6C77C072A10323442
Octal3263071740752206264102
Binary110101101100011111111000111101010100001100101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C77C; }

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

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

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

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

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

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

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

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