#DBDFA9

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

Shades of Tusk #DBDFA9

Tints of Tusk #DBDFA9

Color information

#DBDFA9 (or 0xDBDFA9) is unknown color: approx Tusk. HEX triplet: DB, DF and A9. RGB value is (219,223,169). Sum of RGB (Red+Green+Blue) = 219+223+169=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 169 (66.41% from 255 or 27.66% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDFA9 is #242056. Grayscale: #D7D7D7. Windows color (decimal): -2367575 or 11132891. OLE color: 11132891.

HSL color Cylindrical-coordinate representation of color #DBDFA9: hue angle of 64.44º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBDFA9 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB219223169-
CMYK0.0200.240.13
HSL64.44º45.76%76.86%-
HSV(B)64.44º24.22%87.45%-
XYZ62.7670.747.87-
YUV215.65101.67130.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 169 (66.41% from 255) = 27.66%
R=35.84%
G=36.50%
B=27.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192231690.0200.240.1364.4445.7676.86
HexDBDFA92018D402e4d
Octal33333725120301510056115
Binary11011011110111111010100110011000110110000001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFA9; }

 p { color: rgb(219,223,169); }

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

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

 a { background-color: rgb(219,223,169); }

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

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

 span { border-color: rgb(219,223,169); }

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