#D6C77A

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

Shades of Winter Hazel #D6C77A

Tints of Winter Hazel #D6C77A

Color information

#D6C77A (or 0xD6C77A) is unknown color: approx Winter Hazel. HEX triplet: D6, C7 and 7A. RGB value is (214,199,122). Sum of RGB (Red+Green+Blue) = 214+199+122=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C77A is #293885. Grayscale: #C3C3C3. Windows color (decimal): -2701446 or 8046550. OLE color: 8046550.

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

Color convert

RGB214199122-
CMYK00.070.430.16
HSL50.22º52.87%65.88%-
HSV(B)50.22º42.99%83.92%-
XYZ51.6756.5526.6-
YUV194.7186.97141.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 199 (78.12% from 255) = 37.20%
BLUE value IS 122 (48.05% from 255) = 22.80%
R=40%
G=37.20%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419912200.070.430.1650.2252.8765.88
HexD6C77A072B10323542
Octal3263071720753206265102
Binary110101101100011111110100111101011100001100101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C77A; }

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

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

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

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

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

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

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

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