#DDE0A3

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

Shades of Tusk #DDE0A3

Tints of Tusk #DDE0A3

Color information

#DDE0A3 (or 0xDDE0A3) is unknown color: approx Tusk. HEX triplet: DD, E0 and A3. RGB value is (221,224,163). Sum of RGB (Red+Green+Blue) = 221+224+163=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 163 (64.06% from 255 or 26.81% from 608); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE0A3 is #221F5C. Grayscale: #D8D8D8. Windows color (decimal): -2236253 or 10739933. OLE color: 10739933.

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

Color convert

RGB221224163-
CMYK0.0100.270.12
HSL62.95º49.59%75.88%-
HSV(B)62.95º27.23%87.84%-
XYZ63.0971.3345.09-
YUV216.1598.01131.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 224 (87.89% from 255) = 36.84%
BLUE value IS 163 (64.06% from 255) = 26.81%
R=36.35%
G=36.84%
B=26.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241630.0100.270.1262.9549.5975.88
HexDDE0A3101BC3f324c
Octal3353402431033147762114
Binary110111011110000010100011101101111001111111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0A3; }

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

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

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

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

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

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

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

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