Shades of Fire Bush #DB993C
Tints of Fire Bush #DB993C
RGB
CMYK
RGB Variations
Color information
#DB993C (or 0xDB993C) is known color: Fire Bush. HEX triplet: DB, 99 and 3C. RGB value is (219,153,60). Sum of RGB (Red+Green+Blue) = 219+153+60=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB993C is #2466C3. Grayscale: #A2A2A2. Windows color (decimal): -2385604 or 3971547. OLE color: 3971547.
HSL color Cylindrical-coordinate representation of color #DB993C: hue angle of 35.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB993C is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 60 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.14 |
| HSL | 35.09º | 0.69% | 0.55% | - |
| HSV(B) | 35.09º | 0.73% | 0.86% | - |
| XYZ | 41.42 | 38.17 | 9.46 | - |
| YUV | 162.13 | 70.37 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 60 | 0 | 0.30 | 0.73 | 0.14 | 35.09 | 0.69 | 0.55 |
| Hex | DB | 99 | 3C | 0 | 1E | 49 | E | 23 | 45 | 37 |
| Octal | 333 | 231 | 74 | 0 | 36 | 111 | 16 | 43 | 105 | 67 |
| Binary | 11011011 | 10011001 | 111100 | 0 | 11110 | 1001001 | 1110 | 100011 | 1000101 | 110111 |
Color Harmonies of #DB993C
Complementary color
Monochromatic Colors of #DB993C
Black with #DB993C
Text Example
Text Example
White with #DB993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB993C; }
p { color: rgb(219,153,60); }
H1.HeaderClassName
{
color: #DB993C;
}
.AnyTagClassName
{
color: #DB993C;
}
</style>
background-color css
<style>
a { background-color: #DB993C; }
a { background-color: rgb(219,153,60); }
div.DivClassName
{
background-color: #DB993C;
}
.BgClassName
{
background-color: #DB993C;
}
</style>
border-color css
<style>
span { border-color: #DB993C; }
span { border-color: rgb(219,153,60); }
td.TdClassName
{
border-color: #DB993C;
}
.TagClassName
{
border-color: #DB993C;
}
</style>