#DBDEA9

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

Shades of Tusk #DBDEA9

Tints of Tusk #DBDEA9

Color information

#DBDEA9 (or 0xDBDEA9) is unknown color: approx Tusk. HEX triplet: DB, DE and A9. RGB value is (219,222,169). Sum of RGB (Red+Green+Blue) = 219+222+169=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 169 (66.41% from 255 or 27.70% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDEA9 is #242156. Grayscale: #D7D7D7. Windows color (decimal): -2367831 or 11132635. OLE color: 11132635.

HSL color Cylindrical-coordinate representation of color #DBDEA9: hue angle of 63.4º degrees, saturation: 0.45, 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 #DBDEA9 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB219222169-
CMYK0.0100.240.13
HSL63.4º44.54%76.67%-
HSV(B)63.4º23.87%87.06%-
XYZ62.570.1747.79-
YUV215.06102.01130.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 169 (66.41% from 255) = 27.70%
R=35.90%
G=36.39%
B=27.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192221690.0100.240.1363.444.5476.67
HexDBDEA91018D3f2d4d
Octal3333362511030157755115
Binary110110111101111010101001101100011011111111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEA9; }

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

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

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

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

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

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

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

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