#DEDEA9

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

Shades of Tusk #DEDEA9

Tints of Tusk #DEDEA9

Color information

#DEDEA9 (or 0xDEDEA9) is unknown color: approx Tusk. HEX triplet: DE, DE and A9. RGB value is (222,222,169). Sum of RGB (Red+Green+Blue) = 222+222+169=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDEA9 is #212156. Grayscale: #D8D8D8. Windows color (decimal): -2171223 or 11132638. OLE color: 11132638.

HSL color Cylindrical-coordinate representation of color #DEDEA9: hue angle of 60º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEDEA9 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB222222169-
CMYK000.240.13
HSL60º44.54%76.67%-
HSV(B)60º23.87%87.06%-
XYZ63.4170.6447.83-
YUV215.96101.5132.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 169 (66.41% from 255) = 27.57%
R=36.22%
G=36.22%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222169000.240.136044.5476.67
HexDEDEA90018D3c2d4d
Octal3363362510030157455115
Binary110111101101111010101001001100011011111001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDEA9; }

 p { color: rgb(222,222,169); }

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

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

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

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

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

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

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