Shades of Fire Bush #DB953D
Tints of Fire Bush #DB953D
RGB
CMYK
RGB Variations
Color information
#DB953D (or 0xDB953D) is known color: Fire Bush. HEX triplet: DB, 95 and 3D. RGB value is (219,149,61). Sum of RGB (Red+Green+Blue) = 219+149+61=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB953D is #246AC2. Grayscale: #A0A0A0. Windows color (decimal): -2386627 or 4036059. OLE color: 4036059.
HSL color Cylindrical-coordinate representation of color #DB953D: hue angle of 33.42º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB953D is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 61 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.14 |
| HSL | 33.42º | 0.69% | 0.55% | - |
| HSV(B) | 33.42º | 0.72% | 0.86% | - |
| XYZ | 40.8 | 36.89 | 9.39 | - |
| YUV | 159.9 | 72.19 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 61 | 0 | 0.32 | 0.72 | 0.14 | 33.42 | 0.69 | 0.55 |
| Hex | DB | 95 | 3D | 0 | 20 | 48 | E | 21 | 45 | 37 |
| Octal | 333 | 225 | 75 | 0 | 40 | 110 | 16 | 41 | 105 | 67 |
| Binary | 11011011 | 10010101 | 111101 | 0 | 100000 | 1001000 | 1110 | 100001 | 1000101 | 110111 |
Color Harmonies of #DB953D
Complementary color
Monochromatic Colors of #DB953D
Black with #DB953D
Text Example
Text Example
White with #DB953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB953D; }
p { color: rgb(219,149,61); }
H1.HeaderClassName
{
color: #DB953D;
}
.AnyTagClassName
{
color: #DB953D;
}
</style>
background-color css
<style>
a { background-color: #DB953D; }
a { background-color: rgb(219,149,61); }
div.DivClassName
{
background-color: #DB953D;
}
.BgClassName
{
background-color: #DB953D;
}
</style>
border-color css
<style>
span { border-color: #DB953D; }
span { border-color: rgb(219,149,61); }
td.TdClassName
{
border-color: #DB953D;
}
.TagClassName
{
border-color: #DB953D;
}
</style>