Shades of Fire Bush #DB9B4B
Tints of Fire Bush #DB9B4B
RGB
CMYK
RGB Variations
Color information
#DB9B4B (or 0xDB9B4B) is known color: Fire Bush. HEX triplet: DB, 9B and 4B. RGB value is (219,155,75). Sum of RGB (Red+Green+Blue) = 219+155+75=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9B4B is #2464B4. Grayscale: #A5A5A5. Windows color (decimal): -2385077 or 4955099. OLE color: 4955099.
HSL color Cylindrical-coordinate representation of color #DB9B4B: hue angle of 33.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB9B4B is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 75 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.14 |
| HSL | 33.33º | 0.67% | 0.58% | - |
| HSV(B) | 33.33º | 0.66% | 0.86% | - |
| XYZ | 42.2 | 39.01 | 11.96 | - |
| YUV | 165.02 | 77.2 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 75 | 0 | 0.29 | 0.66 | 0.14 | 33.33 | 0.67 | 0.58 |
| Hex | DB | 9B | 4B | 0 | 1D | 42 | E | 21 | 43 | 3A |
| Octal | 333 | 233 | 113 | 0 | 35 | 102 | 16 | 41 | 103 | 72 |
| Binary | 11011011 | 10011011 | 1001011 | 0 | 11101 | 1000010 | 1110 | 100001 | 1000011 | 111010 |
Color Harmonies of #DB9B4B
Complementary color
Monochromatic Colors of #DB9B4B
Black with #DB9B4B
Text Example
Text Example
White with #DB9B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B4B; }
p { color: rgb(219,155,75); }
H1.HeaderClassName
{
color: #DB9B4B;
}
.AnyTagClassName
{
color: #DB9B4B;
}
</style>
background-color css
<style>
a { background-color: #DB9B4B; }
a { background-color: rgb(219,155,75); }
div.DivClassName
{
background-color: #DB9B4B;
}
.BgClassName
{
background-color: #DB9B4B;
}
</style>
border-color css
<style>
span { border-color: #DB9B4B; }
span { border-color: rgb(219,155,75); }
td.TdClassName
{
border-color: #DB9B4B;
}
.TagClassName
{
border-color: #DB9B4B;
}
</style>