#D8DFA1

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

Shades of Tusk #D8DFA1

Tints of Tusk #D8DFA1

Color information

#D8DFA1 (or 0xD8DFA1) is unknown color: approx Tusk. HEX triplet: D8, DF and A1. RGB value is (216,223,161). Sum of RGB (Red+Green+Blue) = 216+223+161=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DFA1 is #27205E. Grayscale: #D6D6D6. Windows color (decimal): -2564191 or 10608600. OLE color: 10608600.

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

Color convert

RGB216223161-
CMYK0.0300.280.13
HSL66.77º49.21%75.29%-
HSV(B)66.77º27.8%87.45%-
XYZ61.1469.9544-
YUV213.8498.18129.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 161 (63.28% from 255) = 26.83%
R=36%
G=37.17%
B=26.83%

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
Decimal2162231610.0300.280.1366.7749.2175.29
HexD8DFA1301CD43314b
Octal33033724130341510361113
Binary11011000110111111010000111011100110110000111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DFA1; }

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

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

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

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

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

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

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

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