#DB9449

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

Shades of Fire Bush #DB9449

Tints of Fire Bush #DB9449

Color information

#DB9449 (or 0xDB9449) is unknown color: approx Fire Bush. HEX triplet: DB, 94 and 49. RGB value is (219,148,73). Sum of RGB (Red+Green+Blue) = 219+148+73=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9449 is #246BB6. Grayscale: #A1A1A1. Windows color (decimal): -2386871 or 4822235. OLE color: 4822235.

HSL color Cylindrical-coordinate representation of color #DB9449: hue angle of 30.82º 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 #DB9449 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB21914873-
CMYK00.320.670.14
HSL30.82º66.97%57.25%-
HSV(B)30.82º66.67%85.88%-
XYZ41.0136.7211.23-
YUV160.6878.52169.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.77%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 73 (28.91% from 255) = 16.59%
R=49.77%
G=33.64%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191487300.320.670.1430.8266.9757.25
HexDB944902043E1f4339
Octal333224111040103163710371
Binary11011011100101001001001010000010000111110111111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9449; }

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

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

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

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

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

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

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

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