Shades of Fire Bush #DB9B3F
Tints of Fire Bush #DB9B3F
RGB
CMYK
RGB Variations
Color information
#DB9B3F (or 0xDB9B3F) is known color: Fire Bush. HEX triplet: DB, 9B and 3F. RGB value is (219,155,63). Sum of RGB (Red+Green+Blue) = 219+155+63=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9B3F is #2464C0. Grayscale: #A4A4A4. Windows color (decimal): -2385089 or 4168667. OLE color: 4168667.
HSL color Cylindrical-coordinate representation of color #DB9B3F: hue angle of 35.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB9B3F is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 63 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.14 |
| HSL | 35.38º | 0.68% | 0.55% | - |
| HSV(B) | 35.38º | 0.71% | 0.86% | - |
| XYZ | 41.83 | 38.86 | 10 | - |
| YUV | 163.65 | 71.2 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 63 | 0 | 0.29 | 0.71 | 0.14 | 35.38 | 0.68 | 0.55 |
| Hex | DB | 9B | 3F | 0 | 1D | 47 | E | 23 | 44 | 37 |
| Octal | 333 | 233 | 77 | 0 | 35 | 107 | 16 | 43 | 104 | 67 |
| Binary | 11011011 | 10011011 | 111111 | 0 | 11101 | 1000111 | 1110 | 100011 | 1000100 | 110111 |
Color Harmonies of #DB9B3F
Complementary color
Monochromatic Colors of #DB9B3F
Black with #DB9B3F
Text Example
Text Example
White with #DB9B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B3F; }
p { color: rgb(219,155,63); }
H1.HeaderClassName
{
color: #DB9B3F;
}
.AnyTagClassName
{
color: #DB9B3F;
}
</style>
background-color css
<style>
a { background-color: #DB9B3F; }
a { background-color: rgb(219,155,63); }
div.DivClassName
{
background-color: #DB9B3F;
}
.BgClassName
{
background-color: #DB9B3F;
}
</style>
border-color css
<style>
span { border-color: #DB9B3F; }
span { border-color: rgb(219,155,63); }
td.TdClassName
{
border-color: #DB9B3F;
}
.TagClassName
{
border-color: #DB9B3F;
}
</style>