#DDE9AD

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

Shades of Tusk #DDE9AD

Tints of Tusk #DDE9AD

Color information

#DDE9AD (or 0xDDE9AD) is unknown color: approx Tusk. HEX triplet: DD, E9 and AD. RGB value is (221,233,173). Sum of RGB (Red+Green+Blue) = 221+233+173=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE9AD is #221652. Grayscale: #DEDEDE. Windows color (decimal): -2233939 or 11397597. OLE color: 11397597.

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

Color convert

RGB221233173-
CMYK0.0500.260.09
HSL72º57.69%79.61%-
HSV(B)72º25.75%91.37%-
XYZ66.576.6750.83-
YUV222.57100.02126.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 233 (91.41% from 255) = 37.16%
BLUE value IS 173 (67.97% from 255) = 27.59%
R=35.25%
G=37.16%
B=27.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212331730.0500.260.097257.6979.61
HexDDE9AD501A9483a50
Octal33535125550321111072120
Binary110111011110100110101101101011010100110010001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9AD; }

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

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

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

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

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

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

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

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