Shades of Fire Bush #DB993D
Tints of Fire Bush #DB993D
RGB
CMYK
RGB Variations
Color information
#DB993D (or 0xDB993D) is known color: Fire Bush. HEX triplet: DB, 99 and 3D. RGB value is (219,153,61). Sum of RGB (Red+Green+Blue) = 219+153+61=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB993D is #2466C2. Grayscale: #A2A2A2. Windows color (decimal): -2385603 or 4037083. OLE color: 4037083.
HSL color Cylindrical-coordinate representation of color #DB993D: hue angle of 34.94º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB993D is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 61 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.14 |
| HSL | 34.94º | 0.69% | 0.55% | - |
| HSV(B) | 34.94º | 0.72% | 0.86% | - |
| XYZ | 41.45 | 38.18 | 9.6 | - |
| YUV | 162.25 | 70.87 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 61 | 0 | 0.30 | 0.72 | 0.14 | 34.94 | 0.69 | 0.55 |
| Hex | DB | 99 | 3D | 0 | 1E | 48 | E | 23 | 45 | 37 |
| Octal | 333 | 231 | 75 | 0 | 36 | 110 | 16 | 43 | 105 | 67 |
| Binary | 11011011 | 10011001 | 111101 | 0 | 11110 | 1001000 | 1110 | 100011 | 1000101 | 110111 |
Color Harmonies of #DB993D
Complementary color
Monochromatic Colors of #DB993D
Black with #DB993D
Text Example
Text Example
White with #DB993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB993D; }
p { color: rgb(219,153,61); }
H1.HeaderClassName
{
color: #DB993D;
}
.AnyTagClassName
{
color: #DB993D;
}
</style>
background-color css
<style>
a { background-color: #DB993D; }
a { background-color: rgb(219,153,61); }
div.DivClassName
{
background-color: #DB993D;
}
.BgClassName
{
background-color: #DB993D;
}
</style>
border-color css
<style>
span { border-color: #DB993D; }
span { border-color: rgb(219,153,61); }
td.TdClassName
{
border-color: #DB993D;
}
.TagClassName
{
border-color: #DB993D;
}
</style>