Shades of Fire Bush #DB8F3C
Tints of Fire Bush #DB8F3C
RGB
CMYK
RGB Variations
Color information
#DB8F3C (or 0xDB8F3C) is known color: Fire Bush. HEX triplet: DB, 8F and 3C. RGB value is (219,143,60). Sum of RGB (Red+Green+Blue) = 219+143+60=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8F3C is #2470C3. Grayscale: #9C9C9C. Windows color (decimal): -2388164 or 3968987. OLE color: 3968987.
HSL color Cylindrical-coordinate representation of color #DB8F3C: hue angle of 31.32º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB8F3C is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 60 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.14 |
| HSL | 31.32º | 0.69% | 0.55% | - |
| HSV(B) | 31.32º | 0.73% | 0.86% | - |
| XYZ | 39.85 | 35.03 | 8.94 | - |
| YUV | 156.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 60 | 0 | 0.35 | 0.73 | 0.14 | 31.32 | 0.69 | 0.55 |
| Hex | DB | 8F | 3C | 0 | 23 | 49 | E | 1F | 45 | 37 |
| Octal | 333 | 217 | 74 | 0 | 43 | 111 | 16 | 37 | 105 | 67 |
| Binary | 11011011 | 10001111 | 111100 | 0 | 100011 | 1001001 | 1110 | 11111 | 1000101 | 110111 |
Color Harmonies of #DB8F3C
Complementary color
Monochromatic Colors of #DB8F3C
Black with #DB8F3C
Text Example
Text Example
White with #DB8F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F3C; }
p { color: rgb(219,143,60); }
H1.HeaderClassName
{
color: #DB8F3C;
}
.AnyTagClassName
{
color: #DB8F3C;
}
</style>
background-color css
<style>
a { background-color: #DB8F3C; }
a { background-color: rgb(219,143,60); }
div.DivClassName
{
background-color: #DB8F3C;
}
.BgClassName
{
background-color: #DB8F3C;
}
</style>
border-color css
<style>
span { border-color: #DB8F3C; }
span { border-color: rgb(219,143,60); }
td.TdClassName
{
border-color: #DB8F3C;
}
.TagClassName
{
border-color: #DB8F3C;
}
</style>