#DDE7A9

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

Shades of Tusk #DDE7A9

Tints of Tusk #DDE7A9

Color information

#DDE7A9 (or 0xDDE7A9) is unknown color: approx Tusk. HEX triplet: DD, E7 and A9. RGB value is (221,231,169). Sum of RGB (Red+Green+Blue) = 221+231+169=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 169 (66.41% from 255 or 27.21% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE7A9 is #221856. Grayscale: #DDDDDD. Windows color (decimal): -2234455 or 11134941. OLE color: 11134941.

HSL color Cylindrical-coordinate representation of color #DDE7A9: hue angle of 69.68º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDE7A9 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB221231169-
CMYK0.0400.270.09
HSL69.68º56.36%78.43%-
HSV(B)69.68º26.84%90.59%-
XYZ65.5675.3948.63-
YUV220.9498.69128.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 231 (90.62% from 255) = 37.20%
BLUE value IS 169 (66.41% from 255) = 27.21%
R=35.59%
G=37.20%
B=27.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212311690.0400.270.0969.6856.3678.43
HexDDE7A9401B946384e
Octal33534725140331110670116
Binary110111011110011110101001100011011100110001101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7A9; }

 p { color: rgb(221,231,169); }

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

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

 a { background-color: rgb(221,231,169); }

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

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

 span { border-color: rgb(221,231,169); }

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