Html Css Color HEX #D9DDA2 Tusk

📋 copy color: '#D9DDA2'

red 217 ◦ green 221 ◦ blue 162

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

Shades of Tusk #D9DDA2

Tints of Tusk #D9DDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27%

R = 36.17%
G = 36.83%
B = 27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#D9DDA2 (or 0xD9DDA2) is known color: Tusk. HEX triplet: D9, DD and A2. RGB value is (217,221,162). Sum of RGB (Red+Green+Blue) = 217+221+162=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DDA2 is #26225D. Grayscale: #D5D5D5. Windows color (decimal): -2499166 or 10673625. OLE color: 10673625.

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

Color convert

RGB 217 221 162 -
CMYK 0.02 0 0.27 0.13
HSL 64.07º 0.46% 0.75% -
HSV(B) 64.07º 0.27% 0.87% -
XYZ 60.99 69.07 44.3 -
YUV 213.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 217 221 162 0.02 0 0.27 0.13 64.07 0.46 0.75
Hex D9 DD A2 2 0 1B D 40 2E 4B
Octal 331 335 242 2 0 33 15 100 56 113
Binary 11011001 11011101 10100010 10 0 11011 1101 1000000 101110 1001011

Color Harmonies of #D9DDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDA2

Black with #D9DDA2

Text Example


Text Example

White with #D9DDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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