Shades of Fire Bush #DB943D
Tints of Fire Bush #DB943D
RGB
CMYK
RGB Variations
Color information
#DB943D (or 0xDB943D) is known color: Fire Bush. HEX triplet: DB, 94 and 3D. RGB value is (219,148,61). Sum of RGB (Red+Green+Blue) = 219+148+61=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB943D is #246BC2. Grayscale: #9F9F9F. Windows color (decimal): -2386883 or 4035803. OLE color: 4035803.
HSL color Cylindrical-coordinate representation of color #DB943D: hue angle of 33.04º 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 #DB943D is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 61 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.14 |
| HSL | 33.04º | 0.69% | 0.55% | - |
| HSV(B) | 33.04º | 0.72% | 0.86% | - |
| XYZ | 40.65 | 36.58 | 9.33 | - |
| YUV | 159.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 61 | 0 | 0.32 | 0.72 | 0.14 | 33.04 | 0.69 | 0.55 |
| Hex | DB | 94 | 3D | 0 | 20 | 48 | E | 21 | 45 | 37 |
| Octal | 333 | 224 | 75 | 0 | 40 | 110 | 16 | 41 | 105 | 67 |
| Binary | 11011011 | 10010100 | 111101 | 0 | 100000 | 1001000 | 1110 | 100001 | 1000101 | 110111 |
Color Harmonies of #DB943D
Complementary color
Monochromatic Colors of #DB943D
Black with #DB943D
Text Example
Text Example
White with #DB943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB943D; }
p { color: rgb(219,148,61); }
H1.HeaderClassName
{
color: #DB943D;
}
.AnyTagClassName
{
color: #DB943D;
}
</style>
background-color css
<style>
a { background-color: #DB943D; }
a { background-color: rgb(219,148,61); }
div.DivClassName
{
background-color: #DB943D;
}
.BgClassName
{
background-color: #DB943D;
}
</style>
border-color css
<style>
span { border-color: #DB943D; }
span { border-color: rgb(219,148,61); }
td.TdClassName
{
border-color: #DB943D;
}
.TagClassName
{
border-color: #DB943D;
}
</style>