Html Css Color HEX #DDE0A0 Tusk

📋 copy color: '#DDE0A0'

red 221 ◦ green 224 ◦ blue 160

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

Shades of Tusk #DDE0A0

Tints of Tusk #DDE0A0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.02%

 BLUE value IS 160 (62.89% from 255) = 26.45%

R = 36.53%
G = 37.02%
B = 26.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#DDE0A0 (or 0xDDE0A0) is known color: Tusk. HEX triplet: DD, E0 and A0. RGB value is (221,224,160). Sum of RGB (Red+Green+Blue) = 221+224+160=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE0A0 is #221F5F. Grayscale: #D8D8D8. Windows color (decimal): -2236256 or 10543325. OLE color: 10543325.

HSL color Cylindrical-coordinate representation of color #DDE0A0: hue angle of 62.81º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDE0A0 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 160 -
CMYK 0.01 0 0.29 0.12
HSL 62.81º 0.51% 0.75% -
HSV(B) 62.81º 0.29% 0.88% -
XYZ 62.82 71.22 43.69 -
YUV 215.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 221 224 160 0.01 0 0.29 0.12 62.81 0.51 0.75
Hex DD E0 A0 1 0 1D C 3F 33 4B
Octal 335 340 240 1 0 35 14 77 63 113
Binary 11011101 11100000 10100000 1 0 11101 1100 111111 110011 1001011

Color Harmonies of #DDE0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE0A0

Black with #DDE0A0

Text Example


Text Example

White with #DDE0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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