#DBE09E

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

Shades of Tusk #DBE09E

Tints of Tusk #DBE09E

Color information

#DBE09E (or 0xDBE09E) is unknown color: approx Tusk. HEX triplet: DB, E0 and 9E. RGB value is (219,224,158). Sum of RGB (Red+Green+Blue) = 219+224+158=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE09E is #241F61. Grayscale: #D7D7D7. Windows color (decimal): -2367330 or 10412251. OLE color: 10412251.

HSL color Cylindrical-coordinate representation of color #DBE09E: hue angle of 64.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBE09E is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB219224158-
CMYK0.0200.290.12
HSL64.55º51.56%74.9%-
HSV(B)64.55º29.46%87.84%-
XYZ62.0470.8442.75-
YUV214.9895.84130.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 224 (87.89% from 255) = 37.27%
BLUE value IS 158 (62.11% from 255) = 26.29%
R=36.44%
G=37.27%
B=26.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192241580.0200.290.1264.5551.5674.9
HexDBE09E201DC41344b
Octal33334023620351410164113
Binary11011011111000001001111010011101110010000011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE09E; }

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

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

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

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

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

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

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

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