#DDDEAD

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

Shades of Tusk #DDDEAD

Tints of Tusk #DDDEAD

Color information

#DDDEAD (or 0xDDDEAD) is unknown color: approx Tusk. HEX triplet: DD, DE and AD. RGB value is (221,222,173). Sum of RGB (Red+Green+Blue) = 221+222+173=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEAD is #222152. Grayscale: #D8D8D8. Windows color (decimal): -2236755 or 11394781. OLE color: 11394781.

HSL color Cylindrical-coordinate representation of color #DDDEAD: hue angle of 61.22º 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 #DDDEAD is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221222173-
CMYK0.0000.220.13
HSL61.22º42.61%77.45%-
HSV(B)61.22º22.07%87.06%-
XYZ63.4870.6349.82-
YUV216.11103.67131.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 222 (87.11% from 255) = 36.04%
BLUE value IS 173 (67.97% from 255) = 28.08%
R=35.88%
G=36.04%
B=28.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221730.0000.220.1361.2242.6177.45
HexDDDEAD0016D3d2b4d
Octal3353362550026157553115
Binary110111011101111010101101001011011011111011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEAD; }

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

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

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

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

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

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

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

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