#D6C885

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

Shades of Winter Hazel #D6C885

Tints of Winter Hazel #D6C885

Color information

#D6C885 (or 0xD6C885) is unknown color: approx Winter Hazel. HEX triplet: D6, C8 and 85. RGB value is (214,200,133). Sum of RGB (Red+Green+Blue) = 214+200+133=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C885 is #29377A. Grayscale: #C4C4C4. Windows color (decimal): -2701179 or 8767702. OLE color: 8767702.

HSL color Cylindrical-coordinate representation of color #D6C885: hue angle of 49.63º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6C885 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214200133-
CMYK00.070.380.16
HSL49.63º49.69%68.04%-
HSV(B)49.63º37.85%83.92%-
XYZ52.6257.330.48-
YUV196.5592.14140.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 200 (78.52% from 255) = 36.56%
BLUE value IS 133 (52.34% from 255) = 24.31%
R=39.12%
G=36.56%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420013300.070.380.1649.6349.6968.04
HexD6C885072610323244
Octal3263102050746206262104
Binary1101011011001000100001010111100110100001100101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C885; }

 p { color: rgb(214,200,133); }

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

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

 a { background-color: rgb(214,200,133); }

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

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

 span { border-color: rgb(214,200,133); }

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