Shades of Fire Bush #DDA248
Tints of Fire Bush #DDA248
RGB
CMYK
RGB Variations
Color information
#DDA248 (or 0xDDA248) is known color: Fire Bush. HEX triplet: DD, A2 and 48. RGB value is (221,162,72). Sum of RGB (Red+Green+Blue) = 221+162+72=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA248 is #225DB7. Grayscale: #A9A9A9. Windows color (decimal): -2252216 or 4760285. OLE color: 4760285.
HSL color Cylindrical-coordinate representation of color #DDA248: hue angle of 36.24º 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 #DDA248 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 72 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.13 |
| HSL | 36.24º | 0.69% | 0.57% | - |
| HSV(B) | 36.24º | 0.67% | 0.87% | - |
| XYZ | 43.91 | 41.68 | 11.86 | - |
| YUV | 169.38 | 73.05 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 72 | 0 | 0.27 | 0.67 | 0.13 | 36.24 | 0.69 | 0.57 |
| Hex | DD | A2 | 48 | 0 | 1B | 43 | D | 24 | 45 | 39 |
| Octal | 335 | 242 | 110 | 0 | 33 | 103 | 15 | 44 | 105 | 71 |
| Binary | 11011101 | 10100010 | 1001000 | 0 | 11011 | 1000011 | 1101 | 100100 | 1000101 | 111001 |
Color Harmonies of #DDA248
Complementary color
Monochromatic Colors of #DDA248
Black with #DDA248
Text Example
Text Example
White with #DDA248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA248; }
p { color: rgb(221,162,72); }
H1.HeaderClassName
{
color: #DDA248;
}
.AnyTagClassName
{
color: #DDA248;
}
</style>
background-color css
<style>
a { background-color: #DDA248; }
a { background-color: rgb(221,162,72); }
div.DivClassName
{
background-color: #DDA248;
}
.BgClassName
{
background-color: #DDA248;
}
</style>
border-color css
<style>
span { border-color: #DDA248; }
span { border-color: rgb(221,162,72); }
td.TdClassName
{
border-color: #DDA248;
}
.TagClassName
{
border-color: #DDA248;
}
</style>