#D9DDA8

Color #D9DDA8 Tusk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tusk #D9DDA8

Tints of Tusk #D9DDA8

Color information

#D9DDA8 (or 0xD9DDA8) is unknown color: approx Tusk. HEX triplet: D9, DD and A8. RGB value is (217,221,168). Sum of RGB (Red+Green+Blue) = 217+221+168=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 168 (66.02% from 255 or 27.72% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DDA8 is #262257. Grayscale: #D5D5D5. Windows color (decimal): -2499160 or 11066841. OLE color: 11066841.

HSL color Cylindrical-coordinate representation of color #D9DDA8: hue angle of 64.53º 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 #D9DDA8 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB217221168-
CMYK0.0200.240.13
HSL64.53º43.8%76.27%-
HSV(B)64.53º23.98%86.67%-
XYZ61.5469.2947.18-
YUV213.76102.17130.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.81%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 168 (66.02% from 255) = 27.72%
R=35.81%
G=36.47%
B=27.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172211680.0200.240.1364.5343.876.27
HexD9DDA82018D412c4c
Octal33133525020301510154114
Binary11011001110111011010100010011000110110000011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDA8; }

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

 H1.HeaderClassName
 {
   color: #D9DDA8;
 }
 .AnyTagClassName
 {
   color: #D9DDA8;
 }
</style>
background-color css

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

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

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

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

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

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