Shades of Fire Bush #DB953E
Tints of Fire Bush #DB953E
RGB
CMYK
RGB Variations
Color information
#DB953E (or 0xDB953E) is known color: Fire Bush. HEX triplet: DB, 95 and 3E. RGB value is (219,149,62). Sum of RGB (Red+Green+Blue) = 219+149+62=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB953E is #246AC1. Grayscale: #A0A0A0. Windows color (decimal): -2386626 or 4101595. OLE color: 4101595.
HSL color Cylindrical-coordinate representation of color #DB953E: hue angle of 33.25º 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 #DB953E is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 62 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.14 |
| HSL | 33.25º | 0.69% | 0.55% | - |
| HSV(B) | 33.25º | 0.72% | 0.86% | - |
| XYZ | 40.83 | 36.9 | 9.53 | - |
| YUV | 160.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 62 | 0 | 0.32 | 0.72 | 0.14 | 33.25 | 0.69 | 0.55 |
| Hex | DB | 95 | 3E | 0 | 20 | 48 | E | 21 | 45 | 37 |
| Octal | 333 | 225 | 76 | 0 | 40 | 110 | 16 | 41 | 105 | 67 |
| Binary | 11011011 | 10010101 | 111110 | 0 | 100000 | 1001000 | 1110 | 100001 | 1000101 | 110111 |
Color Harmonies of #DB953E
Complementary color
Monochromatic Colors of #DB953E
Black with #DB953E
Text Example
Text Example
White with #DB953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB953E; }
p { color: rgb(219,149,62); }
H1.HeaderClassName
{
color: #DB953E;
}
.AnyTagClassName
{
color: #DB953E;
}
</style>
background-color css
<style>
a { background-color: #DB953E; }
a { background-color: rgb(219,149,62); }
div.DivClassName
{
background-color: #DB953E;
}
.BgClassName
{
background-color: #DB953E;
}
</style>
border-color css
<style>
span { border-color: #DB953E; }
span { border-color: rgb(219,149,62); }
td.TdClassName
{
border-color: #DB953E;
}
.TagClassName
{
border-color: #DB953E;
}
</style>