Html Css Color HEX #DDE9A0 Tusk

📋 copy color: '#DDE9A0'

red 221 ◦ green 233 ◦ blue 160

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

Shades of Tusk #DDE9A0

Tints of Tusk #DDE9A0

RGB

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

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

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

R = 35.99%
G = 37.95%
B = 26.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#DDE9A0 (or 0xDDE9A0) is known color: Tusk. HEX triplet: DD, E9 and A0. RGB value is (221,233,160). Sum of RGB (Red+Green+Blue) = 221+233+160=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE9A0 is #22165F. Grayscale: #DDDDDD. Windows color (decimal): -2233952 or 10545629. OLE color: 10545629.

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

Color convert

RGB 221 233 160 -
CMYK 0.05 0 0.31 0.09
HSL 69.86º 0.62% 0.77% -
HSV(B) 69.86º 0.31% 0.91% -
XYZ 65.3 76.19 44.52 -
YUV 221.09 93.52 127.94 -
System Red Green Blue C M Y K H S L
Decimal 221 233 160 0.05 0 0.31 0.09 69.86 0.62 0.77
Hex DD E9 A0 5 0 1F 9 46 3E 4D
Octal 335 351 240 5 0 37 11 106 76 115
Binary 11011101 11101001 10100000 101 0 11111 1001 1000110 111110 1001101

Color Harmonies of #DDE9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE9A0

Black with #DDE9A0

Text Example


Text Example

White with #DDE9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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