Html Css Color HEX #DDE9AA Tusk

📋 copy color: '#DDE9AA'

red 221 ◦ green 233 ◦ blue 170

#DDE9AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tusk #DDE9AA

Tints of Tusk #DDE9AA

RGB

 RED value IS 221 (86.72% from 255) = 35.42%

 GREEN value IS 233 (91.41% from 255) = 37.34%

 BLUE value IS 170 (66.8% from 255) = 27.24%

R = 35.42%
G = 37.34%
B = 27.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#DDE9AA (or 0xDDE9AA) is known color: Tusk. HEX triplet: DD, E9 and AA. RGB value is (221,233,170). Sum of RGB (Red+Green+Blue) = 221+233+170=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE9AA is #221655. Grayscale: #DEDEDE. Windows color (decimal): -2233942 or 11200989. OLE color: 11200989.

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

Color convert

RGB 221 233 170 -
CMYK 0.05 0 0.27 0.09
HSL 71.43º 0.59% 0.79% -
HSV(B) 71.43º 0.27% 0.91% -
XYZ 66.21 76.55 49.32 -
YUV 222.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 221 233 170 0.05 0 0.27 0.09 71.43 0.59 0.79
Hex DD E9 AA 5 0 1B 9 47 3B 4F
Octal 335 351 252 5 0 33 11 107 73 117
Binary 11011101 11101001 10101010 101 0 11011 1001 1000111 111011 1001111

Color Harmonies of #DDE9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE9AA

Black with #DDE9AA

Text Example


Text Example

White with #DDE9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE9AA; }

 p { color: rgb(221,233,170); }

 H1.HeaderClassName
 {
   color: #DDE9AA;
 }
 .AnyTagClassName
 {
   color: #DDE9AA;
 }
</style>

background-color css

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

 a { background-color: rgb(221,233,170); }

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

border-color css

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

 span { border-color: rgb(221,233,170); }

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