Html Css Color HEX #DDE2AD Tusk

📋 copy color: '#DDE2AD'

red 221 ◦ green 226 ◦ blue 173

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

Shades of Tusk #DDE2AD

Tints of Tusk #DDE2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.9%

R = 35.65%
G = 36.45%
B = 27.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#DDE2AD (or 0xDDE2AD) is known color: Tusk. HEX triplet: DD, E2 and AD. RGB value is (221,226,173). Sum of RGB (Red+Green+Blue) = 221+226+173=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE2AD is #221D52. Grayscale: #DADADA. Windows color (decimal): -2235731 or 11395805. OLE color: 11395805.

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

Color convert

RGB 221 226 173 -
CMYK 0.02 0 0.23 0.11
HSL 65.66º 0.48% 0.78% -
HSV(B) 65.66º 0.23% 0.89% -
XYZ 64.56 72.78 50.18 -
YUV 218.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 221 226 173 0.02 0 0.23 0.11 65.66 0.48 0.78
Hex DD E2 AD 2 0 17 B 42 30 4E
Octal 335 342 255 2 0 27 13 102 60 116
Binary 11011101 11100010 10101101 10 0 10111 1011 1000010 110000 1001110

Color Harmonies of #DDE2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2AD

Black with #DDE2AD

Text Example


Text Example

White with #DDE2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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