#D6C382

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

Shades of Winter Hazel #D6C382

Tints of Winter Hazel #D6C382

Color information

#D6C382 (or 0xD6C382) is unknown color: approx Winter Hazel. HEX triplet: D6, C3 and 82. RGB value is (214,195,130). Sum of RGB (Red+Green+Blue) = 214+195+130=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C382 is #293C7D. Grayscale: #C1C1C1. Windows color (decimal): -2702462 or 8569814. OLE color: 8569814.

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

Color convert

RGB214195130-
CMYK00.090.390.16
HSL46.43º50.6%67.45%-
HSV(B)46.43º39.25%83.92%-
XYZ51.2854.9429.02-
YUV193.2792.29142.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 195 (76.56% from 255) = 36.18%
BLUE value IS 130 (51.17% from 255) = 24.12%
R=39.70%
G=36.18%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419513000.090.390.1646.4350.667.45
HexD6C3820927102e3343
Octal32630320201147205663103
Binary11010110110000111000001001001100111100001011101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C382; }

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

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

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

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

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

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

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

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