Shades of Fire Bush #DB9C42
Tints of Fire Bush #DB9C42
RGB
CMYK
RGB Variations
Color information
#DB9C42 (or 0xDB9C42) is known color: Fire Bush. HEX triplet: DB, 9C and 42. RGB value is (219,156,66). Sum of RGB (Red+Green+Blue) = 219+156+66=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9C42 is #2463BD. Grayscale: #A5A5A5. Windows color (decimal): -2384830 or 4365531. OLE color: 4365531.
HSL color Cylindrical-coordinate representation of color #DB9C42: hue angle of 35.29º 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 #DB9C42 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 66 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.14 |
| HSL | 35.29º | 0.68% | 0.56% | - |
| HSV(B) | 35.29º | 0.7% | 0.86% | - |
| XYZ | 42.09 | 39.23 | 10.51 | - |
| YUV | 164.58 | 72.37 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 66 | 0 | 0.29 | 0.70 | 0.14 | 35.29 | 0.68 | 0.56 |
| Hex | DB | 9C | 42 | 0 | 1D | 46 | E | 23 | 44 | 38 |
| Octal | 333 | 234 | 102 | 0 | 35 | 106 | 16 | 43 | 104 | 70 |
| Binary | 11011011 | 10011100 | 1000010 | 0 | 11101 | 1000110 | 1110 | 100011 | 1000100 | 111000 |
Color Harmonies of #DB9C42
Complementary color
Monochromatic Colors of #DB9C42
Black with #DB9C42
Text Example
Text Example
White with #DB9C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C42; }
p { color: rgb(219,156,66); }
H1.HeaderClassName
{
color: #DB9C42;
}
.AnyTagClassName
{
color: #DB9C42;
}
</style>
background-color css
<style>
a { background-color: #DB9C42; }
a { background-color: rgb(219,156,66); }
div.DivClassName
{
background-color: #DB9C42;
}
.BgClassName
{
background-color: #DB9C42;
}
</style>
border-color css
<style>
span { border-color: #DB9C42; }
span { border-color: rgb(219,156,66); }
td.TdClassName
{
border-color: #DB9C42;
}
.TagClassName
{
border-color: #DB9C42;
}
</style>