#DBE59C

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

Shades of Tusk #DBE59C

Tints of Tusk #DBE59C

Color information

#DBE59C (or 0xDBE59C) is unknown color: approx Tusk. HEX triplet: DB, E5 and 9C. RGB value is (219,229,156). Sum of RGB (Red+Green+Blue) = 219+229+156=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE59C is #241A63. Grayscale: #D9D9D9. Windows color (decimal): -2366052 or 10282459. OLE color: 10282459.

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

Color convert

RGB219229156-
CMYK0.0400.320.10
HSL68.22º58.4%75.49%-
HSV(B)68.22º31.88%89.8%-
XYZ63.2373.542.31-
YUV217.6993.19128.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.26%
GREEN value IS 229 (89.84% from 255) = 37.91%
BLUE value IS 156 (61.33% from 255) = 25.83%
R=36.26%
G=37.91%
B=25.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192291560.0400.320.1068.2258.475.49
HexDBE59C4020A443a4b
Octal33334523440401210472113
Binary1101101111100101100111001000100000101010001001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE59C; }

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

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

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

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

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

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

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

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