Shades of Fire Bush #DB8C41
Tints of Fire Bush #DB8C41
RGB
CMYK
RGB Variations
Color information
#DB8C41 (or 0xDB8C41) is known color: Fire Bush. HEX triplet: DB, 8C and 41. RGB value is (219,140,65). Sum of RGB (Red+Green+Blue) = 219+140+65=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8C41 is #2473BE. Grayscale: #9B9B9B. Windows color (decimal): -2388927 or 4295899. OLE color: 4295899.
HSL color Cylindrical-coordinate representation of color #DB8C41: hue angle of 29.22º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB8C41 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 65 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.14 |
| HSL | 29.22º | 0.68% | 0.56% | - |
| HSV(B) | 29.22º | 0.7% | 0.86% | - |
| XYZ | 39.55 | 34.2 | 9.52 | - |
| YUV | 155.07 | 77.17 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 65 | 0 | 0.36 | 0.70 | 0.14 | 29.22 | 0.68 | 0.56 |
| Hex | DB | 8C | 41 | 0 | 24 | 46 | E | 1D | 44 | 38 |
| Octal | 333 | 214 | 101 | 0 | 44 | 106 | 16 | 35 | 104 | 70 |
| Binary | 11011011 | 10001100 | 1000001 | 0 | 100100 | 1000110 | 1110 | 11101 | 1000100 | 111000 |
Color Harmonies of #DB8C41
Complementary color
Monochromatic Colors of #DB8C41
Black with #DB8C41
Text Example
Text Example
White with #DB8C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C41; }
p { color: rgb(219,140,65); }
H1.HeaderClassName
{
color: #DB8C41;
}
.AnyTagClassName
{
color: #DB8C41;
}
</style>
background-color css
<style>
a { background-color: #DB8C41; }
a { background-color: rgb(219,140,65); }
div.DivClassName
{
background-color: #DB8C41;
}
.BgClassName
{
background-color: #DB8C41;
}
</style>
border-color css
<style>
span { border-color: #DB8C41; }
span { border-color: rgb(219,140,65); }
td.TdClassName
{
border-color: #DB8C41;
}
.TagClassName
{
border-color: #DB8C41;
}
</style>