#DDE8A0

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

Shades of Tusk #DDE8A0

Tints of Tusk #DDE8A0

Color information

#DDE8A0 (or 0xDDE8A0) is unknown color: approx Tusk. HEX triplet: DD, E8 and A0. RGB value is (221,232,160). Sum of RGB (Red+Green+Blue) = 221+232+160=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE8A0 is #22175F. Grayscale: #DCDCDC. Windows color (decimal): -2234208 or 10545373. OLE color: 10545373.

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

Color convert

RGB221232160-
CMYK0.0500.310.09
HSL69.17º61.02%76.86%-
HSV(B)69.17º31.03%90.98%-
XYZ65.0275.6244.43-
YUV220.593.86128.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 160 (62.89% from 255) = 26.10%
R=36.05%
G=37.85%
B=26.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212321600.0500.310.0969.1761.0276.86
HexDDE8A0501F9453d4d
Octal33535024050371110575115
Binary110111011110100010100000101011111100110001011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8A0; }

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

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

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

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

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

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

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

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