Shades of Fire Bush #DD9836
Tints of Fire Bush #DD9836
RGB
CMYK
RGB Variations
Color information
#DD9836 (or 0xDD9836) is known color: Fire Bush. HEX triplet: DD, 98 and 36. RGB value is (221,152,54). Sum of RGB (Red+Green+Blue) = 221+152+54=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9836 is #2267C9. Grayscale: #A1A1A1. Windows color (decimal): -2254794 or 3578077. OLE color: 3578077.
HSL color Cylindrical-coordinate representation of color #DD9836: hue angle of 35.21º 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 #DD9836 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 54 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.13 |
| HSL | 35.21º | 0.71% | 0.54% | - |
| HSV(B) | 35.21º | 0.76% | 0.87% | - |
| XYZ | 41.71 | 38.09 | 8.64 | - |
| YUV | 161.46 | 67.36 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 54 | 0 | 0.31 | 0.76 | 0.13 | 35.21 | 0.71 | 0.54 |
| Hex | DD | 98 | 36 | 0 | 1F | 4C | D | 23 | 47 | 36 |
| Octal | 335 | 230 | 66 | 0 | 37 | 114 | 15 | 43 | 107 | 66 |
| Binary | 11011101 | 10011000 | 110110 | 0 | 11111 | 1001100 | 1101 | 100011 | 1000111 | 110110 |
Color Harmonies of #DD9836
Complementary color
Monochromatic Colors of #DD9836
Black with #DD9836
Text Example
Text Example
White with #DD9836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9836; }
p { color: rgb(221,152,54); }
H1.HeaderClassName
{
color: #DD9836;
}
.AnyTagClassName
{
color: #DD9836;
}
</style>
background-color css
<style>
a { background-color: #DD9836; }
a { background-color: rgb(221,152,54); }
div.DivClassName
{
background-color: #DD9836;
}
.BgClassName
{
background-color: #DD9836;
}
</style>
border-color css
<style>
span { border-color: #DD9836; }
span { border-color: rgb(221,152,54); }
td.TdClassName
{
border-color: #DD9836;
}
.TagClassName
{
border-color: #DD9836;
}
</style>