#DDDEA8

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

Shades of Tusk #DDDEA8

Tints of Tusk #DDDEA8

Color information

#DDDEA8 (or 0xDDDEA8) is unknown color: approx Tusk. HEX triplet: DD, DE and A8. RGB value is (221,222,168). Sum of RGB (Red+Green+Blue) = 221+222+168=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDEA8 is #222157. Grayscale: #D7D7D7. Windows color (decimal): -2236760 or 11067101. OLE color: 11067101.

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

Color convert

RGB221222168-
CMYK0.0000.240.13
HSL61.11º45%76.47%-
HSV(B)61.11º24.32%87.06%-
XYZ63.0170.4447.32-
YUV215.54101.17131.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 168 (66.02% from 255) = 27.50%
R=36.17%
G=36.33%
B=27.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221680.0000.240.1361.114576.47
HexDDDEA80018D3d2d4c
Octal3353362500030157555114
Binary110111011101111010101000001100011011111011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEA8; }

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

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

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

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

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

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

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

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