#D6C37F

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

Shades of Winter Hazel #D6C37F

Tints of Winter Hazel #D6C37F

Color information

#D6C37F (or 0xD6C37F) is unknown color: approx Winter Hazel. HEX triplet: D6, C3 and 7F. RGB value is (214,195,127). Sum of RGB (Red+Green+Blue) = 214+195+127=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C37F is #293C80. Grayscale: #C1C1C1. Windows color (decimal): -2702465 or 8373206. OLE color: 8373206.

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

Color convert

RGB214195127-
CMYK00.090.410.16
HSL46.9º51.48%66.86%-
HSV(B)46.9º40.65%83.92%-
XYZ51.0854.8627.98-
YUV192.9390.79143.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.93%
GREEN value IS 195 (76.56% from 255) = 36.38%
BLUE value IS 127 (50% from 255) = 23.69%
R=39.93%
G=36.38%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419512700.090.410.1646.951.4866.86
HexD6C37F0929102f3343
Octal32630317701151205763103
Binary1101011011000011111111101001101001100001011111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C37F; }

 p { color: rgb(214,195,127); }

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

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

 a { background-color: rgb(214,195,127); }

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

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

 span { border-color: rgb(214,195,127); }

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