#D6C685

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

Shades of Winter Hazel #D6C685

Tints of Winter Hazel #D6C685

Color information

#D6C685 (or 0xD6C685) is unknown color: approx Winter Hazel. HEX triplet: D6, C6 and 85. RGB value is (214,198,133). Sum of RGB (Red+Green+Blue) = 214+198+133=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C685 is #29397A. Grayscale: #C3C3C3. Windows color (decimal): -2701691 or 8767190. OLE color: 8767190.

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

Color convert

RGB214198133-
CMYK00.070.380.16
HSL48.15º49.69%68.04%-
HSV(B)48.15º37.85%83.92%-
XYZ52.1656.3830.32-
YUV195.3792.8141.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 198 (77.73% from 255) = 36.33%
BLUE value IS 133 (52.34% from 255) = 24.40%
R=39.27%
G=36.33%
B=24.40%

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
Decimal21419813300.070.380.1648.1549.6968.04
HexD6C685072610303244
Octal3263062050746206062104
Binary1101011011000110100001010111100110100001100001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C685; }

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

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

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

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

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

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

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

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