#D6CA86

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

Shades of Winter Hazel #D6CA86

Tints of Winter Hazel #D6CA86

Color information

#D6CA86 (or 0xD6CA86) is unknown color: approx Winter Hazel. HEX triplet: D6, CA and 86. RGB value is (214,202,134). Sum of RGB (Red+Green+Blue) = 214+202+134=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA86 is #293579. Grayscale: #C6C6C6. Windows color (decimal): -2700666 or 8833750. OLE color: 8833750.

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

Color convert

RGB214202134-
CMYK00.060.370.16
HSL51º49.38%68.24%-
HSV(B)51º37.38%83.92%-
XYZ53.1658.2631-
YUV197.8491.98139.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 134 (52.73% from 255) = 24.36%
R=38.91%
G=36.73%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420213400.060.370.165149.3868.24
HexD6CA86062510333144
Octal3263122060645206361104
Binary1101011011001010100001100110100101100001100111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA86; }

 p { color: rgb(214,202,134); }

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

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

 a { background-color: rgb(214,202,134); }

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

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

 span { border-color: rgb(214,202,134); }

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