#D9DFAB

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

Shades of Tusk #D9DFAB

Tints of Tusk #D9DFAB

Color information

#D9DFAB (or 0xD9DFAB) is unknown color: approx Tusk. HEX triplet: D9, DF and AB. RGB value is (217,223,171). Sum of RGB (Red+Green+Blue) = 217+223+171=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DFAB is #262054. Grayscale: #D7D7D7. Windows color (decimal): -2498645 or 11263961. OLE color: 11263961.

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

Color convert

RGB217223171-
CMYK0.0300.230.13
HSL66.92º44.83%77.25%-
HSV(B)66.92º23.32%87.45%-
XYZ62.3570.4748.84-
YUV215.28103.01129.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.52%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 171 (67.19% from 255) = 27.99%
R=35.52%
G=36.50%
B=27.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172231710.0300.230.1366.9244.8377.25
HexD9DFAB3017D432d4d
Octal33133725330271510355115
Binary11011001110111111010101111010111110110000111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFAB; }

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

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

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

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

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

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

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

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