#DDE9A5

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

Shades of Tusk #DDE9A5

Tints of Tusk #DDE9A5

Color information

#DDE9A5 (or 0xDDE9A5) is unknown color: approx Tusk. HEX triplet: DD, E9 and A5. RGB value is (221,233,165). Sum of RGB (Red+Green+Blue) = 221+233+165=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 165 (64.84% from 255 or 26.66% from 619); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE9A5 is #22165A. Grayscale: #DDDDDD. Windows color (decimal): -2233947 or 10873309. OLE color: 10873309.

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

Color convert

RGB221233165-
CMYK0.0500.290.09
HSL70.59º60.71%78.04%-
HSV(B)70.59º29.18%91.37%-
XYZ65.7576.3746.87-
YUV221.6696.02127.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 233 (91.41% from 255) = 37.64%
BLUE value IS 165 (64.84% from 255) = 26.66%
R=35.70%
G=37.64%
B=26.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331650.0500.290.0970.5960.7178.04
HexDDE9A5501D9473d4e
Octal33535124550351110775116
Binary110111011110100110100101101011101100110001111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9A5; }

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

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

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

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

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

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

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

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