#D8DFA6

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

Shades of Tusk #D8DFA6

Tints of Tusk #D8DFA6

Color information

#D8DFA6 (or 0xD8DFA6) is unknown color: approx Tusk. HEX triplet: D8, DF and A6. RGB value is (216,223,166). Sum of RGB (Red+Green+Blue) = 216+223+166=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DFA6 is #272059. Grayscale: #D6D6D6. Windows color (decimal): -2564186 or 10936280. OLE color: 10936280.

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

Color convert

RGB216223166-
CMYK0.0300.260.13
HSL67.37º47.11%76.27%-
HSV(B)67.37º25.56%87.45%-
XYZ61.5970.1346.37-
YUV214.41100.68129.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.70%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 166 (65.23% from 255) = 27.44%
R=35.70%
G=36.86%
B=27.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162231660.0300.260.1367.3747.1176.27
HexD8DFA6301AD432f4c
Octal33033724630321510357114
Binary11011000110111111010011011011010110110000111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DFA6; }

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

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

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

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

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

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

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

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