#D6C485

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

Shades of Winter Hazel #D6C485

Tints of Winter Hazel #D6C485

Color information

#D6C485 (or 0xD6C485) is unknown color: approx Winter Hazel. HEX triplet: D6, C4 and 85. RGB value is (214,196,133). Sum of RGB (Red+Green+Blue) = 214+196+133=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C485 is #293B7A. Grayscale: #C2C2C2. Windows color (decimal): -2702203 or 8766678. OLE color: 8766678.

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

Color convert

RGB214196133-
CMYK00.080.380.16
HSL46.67º49.69%68.04%-
HSV(B)46.67º37.85%83.92%-
XYZ51.7155.4730.17-
YUV194.293.46142.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.41%
GREEN value IS 196 (76.95% from 255) = 36.10%
BLUE value IS 133 (52.34% from 255) = 24.49%
R=39.41%
G=36.10%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419613300.080.380.1646.6749.6968.04
HexD6C4850826102f3244
Octal32630420501046205762104
Binary11010110110001001000010101000100110100001011111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C485; }

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

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

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

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

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

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

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

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