#D9DFA1

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

Shades of Tusk #D9DFA1

Tints of Tusk #D9DFA1

Color information

#D9DFA1 (or 0xD9DFA1) is unknown color: approx Tusk. HEX triplet: D9, DF and A1. RGB value is (217,223,161). Sum of RGB (Red+Green+Blue) = 217+223+161=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DFA1 is #26205E. Grayscale: #D6D6D6. Windows color (decimal): -2498655 or 10608601. OLE color: 10608601.

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

Color convert

RGB217223161-
CMYK0.0300.280.13
HSL65.81º49.21%75.29%-
HSV(B)65.81º27.8%87.45%-
XYZ61.4470.144.01-
YUV214.1498.01130.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 223 (87.5% from 255) = 37.10%
BLUE value IS 161 (63.28% from 255) = 26.79%
R=36.11%
G=37.10%
B=26.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172231610.0300.280.1365.8149.2175.29
HexD9DFA1301CD42314b
Octal33133724130341510261113
Binary11011001110111111010000111011100110110000101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFA1; }

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

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

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

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

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

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

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

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