#DEE0AA

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

Shades of Tusk #DEE0AA

Tints of Tusk #DEE0AA

Color information

#DEE0AA (or 0xDEE0AA) is unknown color: approx Tusk. HEX triplet: DE, E0 and AA. RGB value is (222,224,170). Sum of RGB (Red+Green+Blue) = 222+224+170=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE0AA is #211F55. Grayscale: #D9D9D9. Windows color (decimal): -2170710 or 11198686. OLE color: 11198686.

HSL color Cylindrical-coordinate representation of color #DEE0AA: hue angle of 62.22º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEE0AA is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB222224170-
CMYK0.0100.240.12
HSL62.22º46.55%77.25%-
HSV(B)62.22º24.11%87.84%-
XYZ64.0471.7448.5-
YUV217.25101.34131.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.04%
GREEN value IS 224 (87.89% from 255) = 36.36%
BLUE value IS 170 (66.80% from 255) = 27.60%
R=36.04%
G=36.36%
B=27.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241700.0100.240.1262.2246.5577.25
HexDEE0AA1018C3e2f4d
Octal3363402521030147657115
Binary110111101110000010101010101100011001111101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0AA; }

 p { color: rgb(222,224,170); }

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

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

 a { background-color: rgb(222,224,170); }

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

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

 span { border-color: rgb(222,224,170); }

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