#DDE9A2

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

Shades of Tusk #DDE9A2

Tints of Tusk #DDE9A2

Color information

#DDE9A2 (or 0xDDE9A2) is unknown color: approx Tusk. HEX triplet: DD, E9 and A2. RGB value is (221,233,162). Sum of RGB (Red+Green+Blue) = 221+233+162=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 162 (63.67% from 255 or 26.30% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE9A2 is #22165D. Grayscale: #DDDDDD. Windows color (decimal): -2233950 or 10676701. OLE color: 10676701.

HSL color Cylindrical-coordinate representation of color #DDE9A2: hue angle of 70.14º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDE9A2 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB221233162-
CMYK0.0500.300.09
HSL70.14º61.74%77.45%-
HSV(B)70.14º30.47%91.37%-
XYZ65.4876.2645.45-
YUV221.3294.52127.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 233 (91.41% from 255) = 37.82%
BLUE value IS 162 (63.67% from 255) = 26.30%
R=35.88%
G=37.82%
B=26.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331620.0500.300.0970.1461.7477.45
HexDDE9A2501E9463e4d
Octal33535124250361110676115
Binary110111011110100110100010101011110100110001101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9A2; }

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

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

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

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

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

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

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

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