Html Css Color HEX #DDE2AA Tusk

📋 copy color: '#DDE2AA'

red 221 ◦ green 226 ◦ blue 170

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

Shades of Tusk #DDE2AA

Tints of Tusk #DDE2AA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.63%

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

R = 35.82%
G = 36.63%
B = 27.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#DDE2AA (or 0xDDE2AA) is known color: Tusk. HEX triplet: DD, E2 and AA. RGB value is (221,226,170). Sum of RGB (Red+Green+Blue) = 221+226+170=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE2AA is #221D55. Grayscale: #DADADA. Windows color (decimal): -2235734 or 11199197. OLE color: 11199197.

HSL color Cylindrical-coordinate representation of color #DDE2AA: hue angle of 65.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDE2AA is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 226 170 -
CMYK 0.02 0 0.25 0.11
HSL 65.36º 0.49% 0.78% -
HSV(B) 65.36º 0.25% 0.89% -
XYZ 64.27 72.67 48.67 -
YUV 218.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 221 226 170 0.02 0 0.25 0.11 65.36 0.49 0.78
Hex DD E2 AA 2 0 19 B 41 31 4E
Octal 335 342 252 2 0 31 13 101 61 116
Binary 11011101 11100010 10101010 10 0 11001 1011 1000001 110001 1001110

Color Harmonies of #DDE2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2AA

Black with #DDE2AA

Text Example


Text Example

White with #DDE2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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