#D9DDAB

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

Shades of Tusk #D9DDAB

Tints of Tusk #D9DDAB

Color information

#D9DDAB (or 0xD9DDAB) is unknown color: approx Tusk. HEX triplet: D9, DD and AB. RGB value is (217,221,171). Sum of RGB (Red+Green+Blue) = 217+221+171=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DDAB is #262254. Grayscale: #D6D6D6. Windows color (decimal): -2499157 or 11263449. OLE color: 11263449.

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

Color convert

RGB217221171-
CMYK0.0200.230.13
HSL64.8º42.37%76.86%-
HSV(B)64.8º22.62%86.67%-
XYZ61.8269.448.67-
YUV214.1103.67130.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 171 (67.19% from 255) = 28.08%
R=35.63%
G=36.29%
B=28.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172211710.0200.230.1364.842.3776.86
HexD9DDAB2017D412a4d
Octal33133525320271510152115
Binary11011001110111011010101110010111110110000011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDAB; }

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

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

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

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

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

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

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

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