#D9DFA4

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

Shades of Tusk #D9DFA4

Tints of Tusk #D9DFA4

Color information

#D9DFA4 (or 0xD9DFA4) is unknown color: approx Tusk. HEX triplet: D9, DF and A4. RGB value is (217,223,164). Sum of RGB (Red+Green+Blue) = 217+223+164=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DFA4 is #26205B. Grayscale: #D6D6D6. Windows color (decimal): -2498652 or 10805209. OLE color: 10805209.

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

Color convert

RGB217223164-
CMYK0.0300.260.13
HSL66.1º47.97%75.88%-
HSV(B)66.1º26.46%87.45%-
XYZ61.770.2145.42-
YUV214.4899.51129.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.93%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 164 (64.45% from 255) = 27.15%
R=35.93%
G=36.92%
B=27.15%

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
Decimal2172231640.0300.260.1366.147.9775.88
HexD9DFA4301AD42304c
Octal33133724430321510260114
Binary11011001110111111010010011011010110110000101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFA4; }

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

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

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

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

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

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

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

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