Shades of Fire Bush #DD9A48
Tints of Fire Bush #DD9A48
RGB
CMYK
RGB Variations
Color information
#DD9A48 (or 0xDD9A48) is known color: Fire Bush. HEX triplet: DD, 9A and 48. RGB value is (221,154,72). Sum of RGB (Red+Green+Blue) = 221+154+72=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9A48 is #2265B7. Grayscale: #A5A5A5. Windows color (decimal): -2254264 or 4758237. OLE color: 4758237.
HSL color Cylindrical-coordinate representation of color #DD9A48: hue angle of 33.02º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD9A48 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 72 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.13 |
| HSL | 33.02º | 0.69% | 0.57% | - |
| HSV(B) | 33.02º | 0.67% | 0.87% | - |
| XYZ | 42.54 | 38.95 | 11.41 | - |
| YUV | 164.69 | 75.7 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 72 | 0 | 0.30 | 0.67 | 0.13 | 33.02 | 0.69 | 0.57 |
| Hex | DD | 9A | 48 | 0 | 1E | 43 | D | 21 | 45 | 39 |
| Octal | 335 | 232 | 110 | 0 | 36 | 103 | 15 | 41 | 105 | 71 |
| Binary | 11011101 | 10011010 | 1001000 | 0 | 11110 | 1000011 | 1101 | 100001 | 1000101 | 111001 |
Color Harmonies of #DD9A48
Complementary color
Monochromatic Colors of #DD9A48
Black with #DD9A48
Text Example
Text Example
White with #DD9A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A48; }
p { color: rgb(221,154,72); }
H1.HeaderClassName
{
color: #DD9A48;
}
.AnyTagClassName
{
color: #DD9A48;
}
</style>
background-color css
<style>
a { background-color: #DD9A48; }
a { background-color: rgb(221,154,72); }
div.DivClassName
{
background-color: #DD9A48;
}
.BgClassName
{
background-color: #DD9A48;
}
</style>
border-color css
<style>
span { border-color: #DD9A48; }
span { border-color: rgb(221,154,72); }
td.TdClassName
{
border-color: #DD9A48;
}
.TagClassName
{
border-color: #DD9A48;
}
</style>