Html Css Color HEX #DDE4A0 Tusk

📋 copy color: '#DDE4A0'

red 221 ◦ green 228 ◦ blue 160

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

Shades of Tusk #DDE4A0

Tints of Tusk #DDE4A0

RGB

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

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

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

R = 36.29%
G = 37.44%
B = 26.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#DDE4A0 (or 0xDDE4A0) is known color: Tusk. HEX triplet: DD, E4 and A0. RGB value is (221,228,160). Sum of RGB (Red+Green+Blue) = 221+228+160=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE4A0 is #221B5F. Grayscale: #DADADA. Windows color (decimal): -2235232 or 10544349. OLE color: 10544349.

HSL color Cylindrical-coordinate representation of color #DDE4A0: hue angle of 66.18º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDE4A0 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 228 160 -
CMYK 0.03 0 0.30 0.11
HSL 66.18º 0.56% 0.76% -
HSV(B) 66.18º 0.3% 0.89% -
XYZ 63.91 73.4 44.06 -
YUV 218.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 221 228 160 0.03 0 0.30 0.11 66.18 0.56 0.76
Hex DD E4 A0 3 0 1E B 42 38 4C
Octal 335 344 240 3 0 36 13 102 70 114
Binary 11011101 11100100 10100000 11 0 11110 1011 1000010 111000 1001100

Color Harmonies of #DDE4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE4A0

Black with #DDE4A0

Text Example


Text Example

White with #DDE4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE4A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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