#DEDEAD

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

Shades of Tusk #DEDEAD

Tints of Tusk #DEDEAD

Color information

#DEDEAD (or 0xDEDEAD) is unknown color: approx Tusk. HEX triplet: DE, DE and AD. RGB value is (222,222,173). Sum of RGB (Red+Green+Blue) = 222+222+173=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDEAD is #212152. Grayscale: #D8D8D8. Windows color (decimal): -2171219 or 11394782. OLE color: 11394782.

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

Color convert

RGB222222173-
CMYK000.220.13
HSL60º42.61%77.45%-
HSV(B)60º22.07%87.06%-
XYZ63.7970.7949.84-
YUV216.41103.5131.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 173 (67.97% from 255) = 28.04%
R=35.98%
G=35.98%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222173000.220.136042.6177.45
HexDEDEAD0016D3c2b4d
Octal3363362550026157453115
Binary110111101101111010101101001011011011111001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDEAD; }

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

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

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

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

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

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

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

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