#DDE9AC

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

Shades of Tusk #DDE9AC

Tints of Tusk #DDE9AC

Color information

#DDE9AC (or 0xDDE9AC) is unknown color: approx Tusk. HEX triplet: DD, E9 and AC. RGB value is (221,233,172). Sum of RGB (Red+Green+Blue) = 221+233+172=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE9AC is #221653. Grayscale: #DEDEDE. Windows color (decimal): -2233940 or 11332061. OLE color: 11332061.

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

Color convert

RGB221233172-
CMYK0.0500.260.09
HSL71.8º58.1%79.41%-
HSV(B)71.8º26.18%91.37%-
XYZ66.476.6350.32-
YUV222.4699.52126.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 233 (91.41% from 255) = 37.22%
BLUE value IS 172 (67.58% from 255) = 27.48%
R=35.30%
G=37.22%
B=27.48%

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
Decimal2212331720.0500.260.0971.858.179.41
HexDDE9AC501A9483a4f
Octal33535125450321111072117
Binary110111011110100110101100101011010100110010001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9AC; }

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

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

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

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

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

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

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

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