Html Css Color HEX #D9DDA7 Tusk

📋 copy color: '#D9DDA7'

red 217 ◦ green 221 ◦ blue 167

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

Shades of Tusk #D9DDA7

Tints of Tusk #D9DDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.6%

R = 35.87%
G = 36.53%
B = 27.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#D9DDA7 (or 0xD9DDA7) is known color: Tusk. HEX triplet: D9, DD and A7. RGB value is (217,221,167). Sum of RGB (Red+Green+Blue) = 217+221+167=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 167 (65.62% from 255 or 27.60% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DDA7 is #262258. Grayscale: #D5D5D5. Windows color (decimal): -2499161 or 11001305. OLE color: 11001305.

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

Color convert

RGB 217 221 167 -
CMYK 0.02 0 0.24 0.13
HSL 64.44º 0.44% 0.76% -
HSV(B) 64.44º 0.24% 0.87% -
XYZ 61.45 69.25 46.69 -
YUV 213.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 217 221 167 0.02 0 0.24 0.13 64.44 0.44 0.76
Hex D9 DD A7 2 0 18 D 40 2C 4C
Octal 331 335 247 2 0 30 15 100 54 114
Binary 11011001 11011101 10100111 10 0 11000 1101 1000000 101100 1001100

Color Harmonies of #D9DDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDA7

Black with #D9DDA7

Text Example


Text Example

White with #D9DDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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