#DDE3A0

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

Shades of Tusk #DDE3A0

Tints of Tusk #DDE3A0

Color information

#DDE3A0 (or 0xDDE3A0) is unknown color: approx Tusk. HEX triplet: DD, E3 and A0. RGB value is (221,227,160). Sum of RGB (Red+Green+Blue) = 221+227+160=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 160 (62.89% from 255 or 26.32% from 608); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE3A0 is #221C5F. Grayscale: #D9D9D9. Windows color (decimal): -2235488 or 10544093. OLE color: 10544093.

HSL color Cylindrical-coordinate representation of color #DDE3A0: hue angle of 65.37º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDE3A0 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB221227160-
CMYK0.0300.300.11
HSL65.37º54.47%75.88%-
HSV(B)65.37º29.52%89.02%-
XYZ63.6372.8543.97-
YUV217.5795.51130.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 227 (89.06% from 255) = 37.34%
BLUE value IS 160 (62.89% from 255) = 26.32%
R=36.35%
G=37.34%
B=26.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212271600.0300.300.1165.3754.4775.88
HexDDE3A0301EB41364c
Octal33534324030361310166114
Binary11011101111000111010000011011110101110000011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3A0; }

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

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

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

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

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

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

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

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