Shades of Fire Bush #DD9736
Tints of Fire Bush #DD9736
RGB
CMYK
RGB Variations
Color information
#DD9736 (or 0xDD9736) is known color: Fire Bush. HEX triplet: DD, 97 and 36. RGB value is (221,151,54). Sum of RGB (Red+Green+Blue) = 221+151+54=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9736 is #2268C9. Grayscale: #A1A1A1. Windows color (decimal): -2255050 or 3577821. OLE color: 3577821.
HSL color Cylindrical-coordinate representation of color #DD9736: hue angle of 34.85º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD9736 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 54 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.13 |
| HSL | 34.85º | 0.71% | 0.54% | - |
| HSV(B) | 34.85º | 0.76% | 0.87% | - |
| XYZ | 41.55 | 37.77 | 8.59 | - |
| YUV | 160.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 54 | 0 | 0.32 | 0.76 | 0.13 | 34.85 | 0.71 | 0.54 |
| Hex | DD | 97 | 36 | 0 | 20 | 4C | D | 23 | 47 | 36 |
| Octal | 335 | 227 | 66 | 0 | 40 | 114 | 15 | 43 | 107 | 66 |
| Binary | 11011101 | 10010111 | 110110 | 0 | 100000 | 1001100 | 1101 | 100011 | 1000111 | 110110 |
Color Harmonies of #DD9736
Complementary color
Monochromatic Colors of #DD9736
Black with #DD9736
Text Example
Text Example
White with #DD9736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9736; }
p { color: rgb(221,151,54); }
H1.HeaderClassName
{
color: #DD9736;
}
.AnyTagClassName
{
color: #DD9736;
}
</style>
background-color css
<style>
a { background-color: #DD9736; }
a { background-color: rgb(221,151,54); }
div.DivClassName
{
background-color: #DD9736;
}
.BgClassName
{
background-color: #DD9736;
}
</style>
border-color css
<style>
span { border-color: #DD9736; }
span { border-color: rgb(221,151,54); }
td.TdClassName
{
border-color: #DD9736;
}
.TagClassName
{
border-color: #DD9736;
}
</style>