#DDE0AC

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

Shades of Tusk #DDE0AC

Tints of Tusk #DDE0AC

Color information

#DDE0AC (or 0xDDE0AC) is unknown color: approx Tusk. HEX triplet: DD, E0 and AC. RGB value is (221,224,172). Sum of RGB (Red+Green+Blue) = 221+224+172=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE0AC is #221F53. Grayscale: #D9D9D9. Windows color (decimal): -2236244 or 11329757. OLE color: 11329757.

HSL color Cylindrical-coordinate representation of color #DDE0AC: hue angle of 63.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDE0AC is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB221224172-
CMYK0.0100.230.12
HSL63.46º45.61%77.65%-
HSV(B)63.46º23.21%87.84%-
XYZ63.9271.6649.49-
YUV217.18102.51130.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 224 (87.89% from 255) = 36.30%
BLUE value IS 172 (67.58% from 255) = 27.88%
R=35.82%
G=36.30%
B=27.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241720.0100.230.1263.4645.6177.65
HexDDE0AC1017C3f2e4e
Octal3353402541027147756116
Binary110111011110000010101100101011111001111111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0AC; }

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

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

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

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

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

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

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

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