Shades of Fire Bush #DD973B
Tints of Fire Bush #DD973B
RGB
CMYK
RGB Variations
Color information
#DD973B (or 0xDD973B) is known color: Fire Bush. HEX triplet: DD, 97 and 3B. RGB value is (221,151,59). Sum of RGB (Red+Green+Blue) = 221+151+59=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD973B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD973B is #2268C4. Grayscale: #A1A1A1. Windows color (decimal): -2255045 or 3905501. OLE color: 3905501.
HSL color Cylindrical-coordinate representation of color #DD973B: hue angle of 34.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD973B is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 59 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.13 |
| HSL | 34.07º | 0.7% | 0.55% | - |
| HSV(B) | 34.07º | 0.73% | 0.87% | - |
| XYZ | 41.67 | 37.82 | 9.24 | - |
| YUV | 161.44 | 70.19 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 59 | 0 | 0.32 | 0.73 | 0.13 | 34.07 | 0.7 | 0.55 |
| Hex | DD | 97 | 3B | 0 | 20 | 49 | D | 22 | 46 | 37 |
| Octal | 335 | 227 | 73 | 0 | 40 | 111 | 15 | 42 | 106 | 67 |
| Binary | 11011101 | 10010111 | 111011 | 0 | 100000 | 1001001 | 1101 | 100010 | 1000110 | 110111 |
Color Harmonies of #DD973B
Complementary color
Monochromatic Colors of #DD973B
Black with #DD973B
Text Example
Text Example
White with #DD973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD973B; }
p { color: rgb(221,151,59); }
H1.HeaderClassName
{
color: #DD973B;
}
.AnyTagClassName
{
color: #DD973B;
}
</style>
background-color css
<style>
a { background-color: #DD973B; }
a { background-color: rgb(221,151,59); }
div.DivClassName
{
background-color: #DD973B;
}
.BgClassName
{
background-color: #DD973B;
}
</style>
border-color css
<style>
span { border-color: #DD973B; }
span { border-color: rgb(221,151,59); }
td.TdClassName
{
border-color: #DD973B;
}
.TagClassName
{
border-color: #DD973B;
}
</style>