Shades of Fire Bush #DBA242
Tints of Fire Bush #DBA242
RGB
CMYK
RGB Variations
Color information
#DBA242 (or 0xDBA242) is known color: Fire Bush. HEX triplet: DB, A2 and 42. RGB value is (219,162,66). Sum of RGB (Red+Green+Blue) = 219+162+66=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA242 is #245DBD. Grayscale: #A8A8A8. Windows color (decimal): -2383294 or 4367067. OLE color: 4367067.
HSL color Cylindrical-coordinate representation of color #DBA242: hue angle of 37.65º 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 #DBA242 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 66 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.14 |
| HSL | 37.65º | 0.68% | 0.56% | - |
| HSV(B) | 37.65º | 0.7% | 0.86% | - |
| XYZ | 43.12 | 41.29 | 10.85 | - |
| YUV | 168.1 | 70.38 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 66 | 0 | 0.26 | 0.70 | 0.14 | 37.65 | 0.68 | 0.56 |
| Hex | DB | A2 | 42 | 0 | 1A | 46 | E | 26 | 44 | 38 |
| Octal | 333 | 242 | 102 | 0 | 32 | 106 | 16 | 46 | 104 | 70 |
| Binary | 11011011 | 10100010 | 1000010 | 0 | 11010 | 1000110 | 1110 | 100110 | 1000100 | 111000 |
Color Harmonies of #DBA242
Complementary color
Monochromatic Colors of #DBA242
Black with #DBA242
Text Example
Text Example
White with #DBA242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA242; }
p { color: rgb(219,162,66); }
H1.HeaderClassName
{
color: #DBA242;
}
.AnyTagClassName
{
color: #DBA242;
}
</style>
background-color css
<style>
a { background-color: #DBA242; }
a { background-color: rgb(219,162,66); }
div.DivClassName
{
background-color: #DBA242;
}
.BgClassName
{
background-color: #DBA242;
}
</style>
border-color css
<style>
span { border-color: #DBA242; }
span { border-color: rgb(219,162,66); }
td.TdClassName
{
border-color: #DBA242;
}
.TagClassName
{
border-color: #DBA242;
}
</style>