#DDE3AC

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

Shades of Tusk #DDE3AC

Tints of Tusk #DDE3AC

Color information

#DDE3AC (or 0xDDE3AC) is unknown color: approx Tusk. HEX triplet: DD, E3 and AC. RGB value is (221,227,172). Sum of RGB (Red+Green+Blue) = 221+227+172=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE3AC is #221C53. Grayscale: #DBDBDB. Windows color (decimal): -2235476 or 11330525. OLE color: 11330525.

HSL color Cylindrical-coordinate representation of color #DDE3AC: hue angle of 66.55º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDE3AC is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB221227172-
CMYK0.0300.240.11
HSL66.55º49.55%78.24%-
HSV(B)66.55º24.23%89.02%-
XYZ64.7373.2949.76-
YUV218.94101.51129.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 227 (89.06% from 255) = 36.61%
BLUE value IS 172 (67.58% from 255) = 27.74%
R=35.65%
G=36.61%
B=27.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212271720.0300.240.1166.5549.5578.24
HexDDE3AC3018B43324e
Octal33534325430301310362116
Binary11011101111000111010110011011000101110000111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3AC; }

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

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

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

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

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

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

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

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