Shades of Fire Bush #DDA048
Tints of Fire Bush #DDA048
RGB
CMYK
RGB Variations
Color information
#DDA048 (or 0xDDA048) is known color: Fire Bush. HEX triplet: DD, A0 and 48. RGB value is (221,160,72). Sum of RGB (Red+Green+Blue) = 221+160+72=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA048 is #225FB7. Grayscale: #A8A8A8. Windows color (decimal): -2252728 or 4759773. OLE color: 4759773.
HSL color Cylindrical-coordinate representation of color #DDA048: hue angle of 35.44º 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 #DDA048 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 72 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.13 |
| HSL | 35.44º | 0.69% | 0.57% | - |
| HSV(B) | 35.44º | 0.67% | 0.87% | - |
| XYZ | 43.56 | 40.98 | 11.75 | - |
| YUV | 168.21 | 73.71 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 72 | 0 | 0.28 | 0.67 | 0.13 | 35.44 | 0.69 | 0.57 |
| Hex | DD | A0 | 48 | 0 | 1C | 43 | D | 23 | 45 | 39 |
| Octal | 335 | 240 | 110 | 0 | 34 | 103 | 15 | 43 | 105 | 71 |
| Binary | 11011101 | 10100000 | 1001000 | 0 | 11100 | 1000011 | 1101 | 100011 | 1000101 | 111001 |
Color Harmonies of #DDA048
Complementary color
Monochromatic Colors of #DDA048
Black with #DDA048
Text Example
Text Example
White with #DDA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA048; }
p { color: rgb(221,160,72); }
H1.HeaderClassName
{
color: #DDA048;
}
.AnyTagClassName
{
color: #DDA048;
}
</style>
background-color css
<style>
a { background-color: #DDA048; }
a { background-color: rgb(221,160,72); }
div.DivClassName
{
background-color: #DDA048;
}
.BgClassName
{
background-color: #DDA048;
}
</style>
border-color css
<style>
span { border-color: #DDA048; }
span { border-color: rgb(221,160,72); }
td.TdClassName
{
border-color: #DDA048;
}
.TagClassName
{
border-color: #DDA048;
}
</style>