#DEE6A0

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

Shades of Tusk #DEE6A0

Tints of Tusk #DEE6A0

Color information

#DEE6A0 (or 0xDEE6A0) is unknown color: approx Tusk. HEX triplet: DE, E6 and A0. RGB value is (222,230,160). Sum of RGB (Red+Green+Blue) = 222+230+160=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE6A0 is #21195F. Grayscale: #DBDBDB. Windows color (decimal): -2169184 or 10544862. OLE color: 10544862.

HSL color Cylindrical-coordinate representation of color #DEE6A0: hue angle of 66.86º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEE6A0 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB222230160-
CMYK0.0300.300.10
HSL66.86º58.33%76.47%-
HSV(B)66.86º30.43%90.2%-
XYZ64.7774.6644.26-
YUV219.6394.35129.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.27%
GREEN value IS 230 (90.23% from 255) = 37.58%
BLUE value IS 160 (62.89% from 255) = 26.14%
R=36.27%
G=37.58%
B=26.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301600.0300.300.1066.8658.3376.47
HexDEE6A0301EA433a4c
Octal33634624030361210372114
Binary11011110111001101010000011011110101010000111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6A0; }

 p { color: rgb(222,230,160); }

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

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

 a { background-color: rgb(222,230,160); }

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

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

 span { border-color: rgb(222,230,160); }

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