#D6C385

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

Shades of Winter Hazel #D6C385

Tints of Winter Hazel #D6C385

Color information

#D6C385 (or 0xD6C385) is unknown color: approx Winter Hazel. HEX triplet: D6, C3 and 85. RGB value is (214,195,133). Sum of RGB (Red+Green+Blue) = 214+195+133=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C385 is #293C7A. Grayscale: #C1C1C1. Windows color (decimal): -2702459 or 8766422. OLE color: 8766422.

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

Color convert

RGB214195133-
CMYK00.090.380.16
HSL45.93º49.69%68.04%-
HSV(B)45.93º37.85%83.92%-
XYZ51.4855.0230.1-
YUV193.6193.79142.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.48%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=39.48%
G=35.98%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419513300.090.380.1645.9349.6968.04
HexD6C3850926102e3244
Octal32630320501146205662104
Binary11010110110000111000010101001100110100001011101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C385; }

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

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

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

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

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

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

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

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