#DBE29D

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

Shades of Tusk #DBE29D

Tints of Tusk #DBE29D

Color information

#DBE29D (or 0xDBE29D) is unknown color: approx Tusk. HEX triplet: DB, E2 and 9D. RGB value is (219,226,157). Sum of RGB (Red+Green+Blue) = 219+226+157=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE29D is #241D62. Grayscale: #D8D8D8. Windows color (decimal): -2366819 or 10347227. OLE color: 10347227.

HSL color Cylindrical-coordinate representation of color #DBE29D: hue angle of 66.09º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBE29D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB219226157-
CMYK0.0300.310.11
HSL66.09º54.33%75.1%-
HSV(B)66.09º30.53%88.63%-
XYZ62.571.8942.48-
YUV216.0494.68130.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 226 (88.67% from 255) = 37.54%
BLUE value IS 157 (61.72% from 255) = 26.08%
R=36.38%
G=37.54%
B=26.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192261570.0300.310.1166.0954.3375.1
HexDBE29D301FB42364b
Octal33334223530371310266113
Binary11011011111000101001110111011111101110000101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE29D; }

 p { color: rgb(219,226,157); }

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

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

 a { background-color: rgb(219,226,157); }

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

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

 span { border-color: rgb(219,226,157); }

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