#D6C37D

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

Shades of Winter Hazel #D6C37D

Tints of Winter Hazel #D6C37D

Color information

#D6C37D (or 0xD6C37D) is unknown color: approx Winter Hazel. HEX triplet: D6, C3 and 7D. RGB value is (214,195,125). Sum of RGB (Red+Green+Blue) = 214+195+125=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C37D is #293C82. Grayscale: #C1C1C1. Windows color (decimal): -2702467 or 8242134. OLE color: 8242134.

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

Color convert

RGB214195125-
CMYK00.090.420.16
HSL47.19º52.05%66.47%-
HSV(B)47.19º41.59%83.92%-
XYZ50.9554.8127.3-
YUV192.789.79143.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 195 (76.56% from 255) = 36.52%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=40.07%
G=36.52%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419512500.090.420.1647.1952.0566.47
HexD6C37D092A102f3442
Octal32630317501152205764102
Binary1101011011000011111110101001101010100001011111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C37D; }

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

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

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

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

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

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

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

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