#D6C481

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

Shades of Winter Hazel #D6C481

Tints of Winter Hazel #D6C481

Color information

#D6C481 (or 0xD6C481) is unknown color: approx Winter Hazel. HEX triplet: D6, C4 and 81. RGB value is (214,196,129). Sum of RGB (Red+Green+Blue) = 214+196+129=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C481 is #293B7E. Grayscale: #C2C2C2. Windows color (decimal): -2702207 or 8504534. OLE color: 8504534.

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

Color convert

RGB214196129-
CMYK00.080.400.16
HSL47.29º50.9%67.25%-
HSV(B)47.29º39.72%83.92%-
XYZ51.4355.3628.74-
YUV193.7491.46142.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 129 (50.78% from 255) = 23.93%
R=39.70%
G=36.36%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419612900.080.400.1647.2950.967.25
HexD6C4810828102f3343
Octal32630420101050205763103
Binary11010110110001001000000101000101000100001011111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C481; }

 p { color: rgb(214,196,129); }

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

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

 a { background-color: rgb(214,196,129); }

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

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

 span { border-color: rgb(214,196,129); }

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