#D9DFB4

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

Shades of Tusk #D9DFB4

Tints of Tusk #D9DFB4

Color information

#D9DFB4 (or 0xD9DFB4) is unknown color: approx Tusk. HEX triplet: D9, DF and B4. RGB value is (217,223,180). Sum of RGB (Red+Green+Blue) = 217+223+180=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFB4 is #26204B. Grayscale: #D8D8D8. Windows color (decimal): -2498636 or 11853785. OLE color: 11853785.

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

Color convert

RGB217223180-
CMYK0.0300.190.13
HSL68.37º40.19%79.02%-
HSV(B)68.37º19.28%87.45%-
XYZ63.2470.8253.52-
YUV216.3107.51128.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 180 (70.70% from 255) = 29.03%
R=35%
G=35.97%
B=29.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172231800.0300.190.1368.3740.1979.02
HexD9DFB43013D44284f
Octal33133726430231510450117
Binary11011001110111111011010011010011110110001001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFB4; }

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

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

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

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

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

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

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

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