Shades of Fire Bush #DD9746
Tints of Fire Bush #DD9746
RGB
CMYK
RGB Variations
Color information
#DD9746 (or 0xDD9746) is known color: Fire Bush. HEX triplet: DD, 97 and 46. RGB value is (221,151,70). Sum of RGB (Red+Green+Blue) = 221+151+70=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9746 is #2268B9. Grayscale: #A3A3A3. Windows color (decimal): -2255034 or 4626397. OLE color: 4626397.
HSL color Cylindrical-coordinate representation of color #DD9746: hue angle of 32.19º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD9746 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 70 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.13 |
| HSL | 32.19º | 0.69% | 0.57% | - |
| HSV(B) | 32.19º | 0.68% | 0.87% | - |
| XYZ | 41.99 | 37.95 | 10.91 | - |
| YUV | 162.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 70 | 0 | 0.32 | 0.68 | 0.13 | 32.19 | 0.69 | 0.57 |
| Hex | DD | 97 | 46 | 0 | 20 | 44 | D | 20 | 45 | 39 |
| Octal | 335 | 227 | 106 | 0 | 40 | 104 | 15 | 40 | 105 | 71 |
| Binary | 11011101 | 10010111 | 1000110 | 0 | 100000 | 1000100 | 1101 | 100000 | 1000101 | 111001 |
Color Harmonies of #DD9746
Complementary color
Monochromatic Colors of #DD9746
Black with #DD9746
Text Example
Text Example
White with #DD9746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9746; }
p { color: rgb(221,151,70); }
H1.HeaderClassName
{
color: #DD9746;
}
.AnyTagClassName
{
color: #DD9746;
}
</style>
background-color css
<style>
a { background-color: #DD9746; }
a { background-color: rgb(221,151,70); }
div.DivClassName
{
background-color: #DD9746;
}
.BgClassName
{
background-color: #DD9746;
}
</style>
border-color css
<style>
span { border-color: #DD9746; }
span { border-color: rgb(221,151,70); }
td.TdClassName
{
border-color: #DD9746;
}
.TagClassName
{
border-color: #DD9746;
}
</style>