#DBE9A9

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

Shades of Tusk #DBE9A9

Tints of Tusk #DBE9A9

Color information

#DBE9A9 (or 0xDBE9A9) is unknown color: approx Tusk. HEX triplet: DB, E9 and A9. RGB value is (219,233,169). Sum of RGB (Red+Green+Blue) = 219+233+169=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 169 (66.41% from 255 or 27.21% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE9A9 is #241656. Grayscale: #DDDDDD. Windows color (decimal): -2365015 or 11135451. OLE color: 11135451.

HSL color Cylindrical-coordinate representation of color #DBE9A9: hue angle of 73.12º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBE9A9 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB219233169-
CMYK0.0600.270.09
HSL73.12º59.26%78.82%-
HSV(B)73.12º27.47%91.37%-
XYZ65.5176.248.79-
YUV221.5298.36126.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 233 (91.41% from 255) = 37.52%
BLUE value IS 169 (66.41% from 255) = 27.21%
R=35.27%
G=37.52%
B=27.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192331690.0600.270.0973.1259.2678.82
HexDBE9A9601B9493b4f
Octal33335125160331111173117
Binary110110111110100110101001110011011100110010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE9A9; }

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

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

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

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

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

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

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

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