#D6CA85

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

Shades of Winter Hazel #D6CA85

Tints of Winter Hazel #D6CA85

Color information

#D6CA85 (or 0xD6CA85) is unknown color: approx Winter Hazel. HEX triplet: D6, CA and 85. RGB value is (214,202,133). Sum of RGB (Red+Green+Blue) = 214+202+133=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA85 is #29357A. Grayscale: #C6C6C6. Windows color (decimal): -2700667 or 8768214. OLE color: 8768214.

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

Color convert

RGB214202133-
CMYK00.060.380.16
HSL51.11º49.69%68.04%-
HSV(B)51.11º37.85%83.92%-
XYZ53.0958.2330.63-
YUV197.7291.48139.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=38.98%
G=36.79%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420213300.060.380.1651.1149.6968.04
HexD6CA85062610333244
Octal3263122050646206362104
Binary1101011011001010100001010110100110100001100111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA85; }

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

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

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

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

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

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

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

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