#DBE59E

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

Shades of Tusk #DBE59E

Tints of Tusk #DBE59E

Color information

#DBE59E (or 0xDBE59E) is unknown color: approx Tusk. HEX triplet: DB, E5 and 9E. RGB value is (219,229,158). Sum of RGB (Red+Green+Blue) = 219+229+158=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE59E is #241A61. Grayscale: #DADADA. Windows color (decimal): -2366050 or 10413531. OLE color: 10413531.

HSL color Cylindrical-coordinate representation of color #DBE59E: hue angle of 68.45º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBE59E is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB219229158-
CMYK0.0400.310.10
HSL68.45º57.72%75.88%-
HSV(B)68.45º31%89.8%-
XYZ63.473.5743.21-
YUV217.9294.19128.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.14%
GREEN value IS 229 (89.84% from 255) = 37.79%
BLUE value IS 158 (62.11% from 255) = 26.07%
R=36.14%
G=37.79%
B=26.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192291580.0400.310.1068.4557.7275.88
HexDBE59E401FA443a4c
Octal33334523640371210472114
Binary110110111110010110011110100011111101010001001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE59E; }

 p { color: rgb(219,229,158); }

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

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

 a { background-color: rgb(219,229,158); }

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

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

 span { border-color: rgb(219,229,158); }

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