#DDE9AA

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

Shades of Tusk #DDE9AA

Tints of Tusk #DDE9AA

Color information

#DDE9AA (or 0xDDE9AA) is unknown color: approx Tusk. HEX triplet: DD, E9 and AA. RGB value is (221,233,170). Sum of RGB (Red+Green+Blue) = 221+233+170=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE9AA is #221655. Grayscale: #DEDEDE. Windows color (decimal): -2233942 or 11200989. OLE color: 11200989.

HSL color Cylindrical-coordinate representation of color #DDE9AA: hue angle of 71.43º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDE9AA is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB221233170-
CMYK0.0500.270.09
HSL71.43º58.88%79.02%-
HSV(B)71.43º27.04%91.37%-
XYZ66.2176.5549.32-
YUV222.2398.52127.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 233 (91.41% from 255) = 37.34%
BLUE value IS 170 (66.80% from 255) = 27.24%
R=35.42%
G=37.34%
B=27.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331700.0500.270.0971.4358.8879.02
HexDDE9AA501B9473b4f
Octal33535125250331110773117
Binary110111011110100110101010101011011100110001111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9AA; }

 p { color: rgb(221,233,170); }

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

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

 a { background-color: rgb(221,233,170); }

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

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

 span { border-color: rgb(221,233,170); }

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