#DBE4A9

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

Shades of Tusk #DBE4A9

Tints of Tusk #DBE4A9

Color information

#DBE4A9 (or 0xDBE4A9) is unknown color: approx Tusk. HEX triplet: DB, E4 and A9. RGB value is (219,228,169). Sum of RGB (Red+Green+Blue) = 219+228+169=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 169 (66.41% from 255 or 27.44% from 616); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE4A9 is #241B56. Grayscale: #DADADA. Windows color (decimal): -2366295 or 11134171. OLE color: 11134171.

HSL color Cylindrical-coordinate representation of color #DBE4A9: hue angle of 69.15º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBE4A9 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB219228169-
CMYK0.0400.260.11
HSL69.15º52.21%77.84%-
HSV(B)69.15º25.88%89.41%-
XYZ64.1273.4148.33-
YUV218.58100.02128.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 228 (89.45% from 255) = 37.01%
BLUE value IS 169 (66.41% from 255) = 27.44%
R=35.55%
G=37.01%
B=27.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192281690.0400.260.1169.1552.2177.84
HexDBE4A9401AB45344e
Octal33334425140321310564116
Binary110110111110010010101001100011010101110001011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE4A9; }

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

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

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

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

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

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

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

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