#D6E0AC

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

Shades of Tusk #D6E0AC

Tints of Tusk #D6E0AC

Color information

#D6E0AC (or 0xD6E0AC) is unknown color: approx Tusk. HEX triplet: D6, E0 and AC. RGB value is (214,224,172). Sum of RGB (Red+Green+Blue) = 214+224+172=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E0AC is #291F53. Grayscale: #D7D7D7. Windows color (decimal): -2694996 or 11329750. OLE color: 11329750.

HSL color Cylindrical-coordinate representation of color #D6E0AC: hue angle of 71.54º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6E0AC is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB214224172-
CMYK0.0400.230.12
HSL71.54º45.61%77.65%-
HSV(B)71.54º23.21%87.84%-
XYZ61.8370.5949.4-
YUV215.08103.69127.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.08%
GREEN value IS 224 (87.89% from 255) = 36.72%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=35.08%
G=36.72%
B=28.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142241720.0400.230.1271.5445.6177.65
HexD6E0AC4017C482e4e
Octal32634025440271411056116
Binary110101101110000010101100100010111110010010001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E0AC; }

 p { color: rgb(214,224,172); }

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

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

 a { background-color: rgb(214,224,172); }

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

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

 span { border-color: rgb(214,224,172); }

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