#D9DFA6

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

Shades of Tusk #D9DFA6

Tints of Tusk #D9DFA6

Color information

#D9DFA6 (or 0xD9DFA6) is unknown color: approx Tusk. HEX triplet: D9, DF and A6. RGB value is (217,223,166). Sum of RGB (Red+Green+Blue) = 217+223+166=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DFA6 is #262059. Grayscale: #D6D6D6. Windows color (decimal): -2498650 or 10936281. OLE color: 10936281.

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

Color convert

RGB217223166-
CMYK0.0300.260.13
HSL66.32º47.11%76.27%-
HSV(B)66.32º25.56%87.45%-
XYZ61.8970.2846.38-
YUV214.71100.51129.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.81%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 166 (65.23% from 255) = 27.39%
R=35.81%
G=36.80%
B=27.39%

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
Decimal2172231660.0300.260.1366.3247.1176.27
HexD9DFA6301AD422f4c
Octal33133724630321510257114
Binary11011001110111111010011011011010110110000101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFA6; }

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

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

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

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

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

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

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

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