#D6C58E

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

Shades of Winter Hazel #D6C58E

Tints of Winter Hazel #D6C58E

Color information

#D6C58E (or 0xD6C58E) is unknown color: approx Winter Hazel. HEX triplet: D6, C5 and 8E. RGB value is (214,197,142). Sum of RGB (Red+Green+Blue) = 214+197+142=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C58E is #293A71. Grayscale: #C4C4C4. Windows color (decimal): -2701938 or 9356758. OLE color: 9356758.

HSL color Cylindrical-coordinate representation of color #D6C58E: hue angle of 45.83º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6C58E is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB214197142-
CMYK00.080.340.16
HSL45.83º46.75%69.8%-
HSV(B)45.83º33.64%83.92%-
XYZ52.5856.1833.66-
YUV195.8197.63140.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 142 (55.86% from 255) = 25.68%
R=38.70%
G=35.62%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419714200.080.340.1645.8346.7569.8
HexD6C58E0822102e2f46
Octal32630521601042205657106
Binary11010110110001011000111001000100010100001011101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C58E; }

 p { color: rgb(214,197,142); }

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

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

 a { background-color: rgb(214,197,142); }

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

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

 span { border-color: rgb(214,197,142); }

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