#DB9049

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

Shades of Fire Bush #DB9049

Tints of Fire Bush #DB9049

Color information

#DB9049 (or 0xDB9049) is unknown color: approx Fire Bush. HEX triplet: DB, 90 and 49. RGB value is (219,144,73). Sum of RGB (Red+Green+Blue) = 219+144+73=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9049 is #246FB6. Grayscale: #9E9E9E. Windows color (decimal): -2387895 or 4821211. OLE color: 4821211.

HSL color Cylindrical-coordinate representation of color #DB9049: hue angle of 29.18º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB9049 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB21914473-
CMYK00.340.670.14
HSL29.18º66.97%57.25%-
HSV(B)29.18º66.67%85.88%-
XYZ40.3935.4911.02-
YUV158.3379.85171.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.23%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 73 (28.91% from 255) = 16.74%
R=50.23%
G=33.03%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191447300.340.670.1429.1866.9757.25
HexDB904902243E1d4339
Octal333220111042103163510371
Binary11011011100100001001001010001010000111110111011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9049; }

 p { color: rgb(219,144,73); }

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

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

 a { background-color: rgb(219,144,73); }

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

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

 span { border-color: rgb(219,144,73); }

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