Html Css Color HEX #D9DDAA Tusk

📋 copy color: '#D9DDAA'

red 217 ◦ green 221 ◦ blue 170

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

Shades of Tusk #D9DDAA

Tints of Tusk #D9DDAA

RGB

 RED value IS 217 (85.16% from 255) = 35.69%

 GREEN value IS 221 (86.72% from 255) = 36.35%

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

R = 35.69%
G = 36.35%
B = 27.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D9DDAA (or 0xD9DDAA) is known color: Tusk. HEX triplet: D9, DD and AA. RGB value is (217,221,170). Sum of RGB (Red+Green+Blue) = 217+221+170=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DDAA is #262255. Grayscale: #D6D6D6. Windows color (decimal): -2499158 or 11197913. OLE color: 11197913.

HSL color Cylindrical-coordinate representation of color #D9DDAA: hue angle of 64.71º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9DDAA is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 221 170 -
CMYK 0.02 0 0.23 0.13
HSL 64.71º 0.43% 0.77% -
HSV(B) 64.71º 0.23% 0.87% -
XYZ 61.73 69.37 48.17 -
YUV 213.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 217 221 170 0.02 0 0.23 0.13 64.71 0.43 0.77
Hex D9 DD AA 2 0 17 D 41 2B 4D
Octal 331 335 252 2 0 27 15 101 53 115
Binary 11011001 11011101 10101010 10 0 10111 1101 1000001 101011 1001101

Color Harmonies of #D9DDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDAA

Black with #D9DDAA

Text Example


Text Example

White with #D9DDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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