#DBE49D

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

Shades of Tusk #DBE49D

Tints of Tusk #DBE49D

Color information

#DBE49D (or 0xDBE49D) is unknown color: approx Tusk. HEX triplet: DB, E4 and 9D. RGB value is (219,228,157). Sum of RGB (Red+Green+Blue) = 219+228+157=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE49D is #241B62. Grayscale: #D9D9D9. Windows color (decimal): -2366307 or 10347739. OLE color: 10347739.

HSL color Cylindrical-coordinate representation of color #DBE49D: hue angle of 67.61º degrees, saturation: 0.57, 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 #DBE49D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB219228157-
CMYK0.0400.310.11
HSL67.61º56.8%75.49%-
HSV(B)67.61º31.14%89.41%-
XYZ63.0472.9842.66-
YUV217.2194.02129.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.26%
GREEN value IS 228 (89.45% from 255) = 37.75%
BLUE value IS 157 (61.72% from 255) = 25.99%
R=36.26%
G=37.75%
B=25.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192281570.0400.310.1167.6156.875.49
HexDBE49D401FB44394b
Octal33334423540371310471113
Binary110110111110010010011101100011111101110001001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE49D; }

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

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

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

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

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

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

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

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