Html Css Color HEX #DDE4AA Tusk

📋 copy color: '#DDE4AA'

red 221 ◦ green 228 ◦ blue 170

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

Shades of Tusk #DDE4AA

Tints of Tusk #DDE4AA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.83%

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

R = 35.7%
G = 36.83%
B = 27.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#DDE4AA (or 0xDDE4AA) is known color: Tusk. HEX triplet: DD, E4 and AA. RGB value is (221,228,170). Sum of RGB (Red+Green+Blue) = 221+228+170=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE4AA is #221B55. Grayscale: #DBDBDB. Windows color (decimal): -2235222 or 11199709. OLE color: 11199709.

HSL color Cylindrical-coordinate representation of color #DDE4AA: hue angle of 67.24º degrees, saturation: 0.52, 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 #DDE4AA is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 228 170 -
CMYK 0.03 0 0.25 0.11
HSL 67.24º 0.52% 0.78% -
HSV(B) 67.24º 0.25% 0.89% -
XYZ 64.82 73.76 48.85 -
YUV 219.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 221 228 170 0.03 0 0.25 0.11 67.24 0.52 0.78
Hex DD E4 AA 3 0 19 B 43 34 4E
Octal 335 344 252 3 0 31 13 103 64 116
Binary 11011101 11100100 10101010 11 0 11001 1011 1000011 110100 1001110

Color Harmonies of #DDE4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE4AA

Black with #DDE4AA

Text Example


Text Example

White with #DDE4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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