Shades of Fire Bush #DDA03A
Tints of Fire Bush #DDA03A
RGB
CMYK
RGB Variations
Color information
#DDA03A (or 0xDDA03A) is known color: Fire Bush. HEX triplet: DD, A0 and 3A. RGB value is (221,160,58). Sum of RGB (Red+Green+Blue) = 221+160+58=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA03A is #225FC5. Grayscale: #A7A7A7. Windows color (decimal): -2252742 or 3842269. OLE color: 3842269.
HSL color Cylindrical-coordinate representation of color #DDA03A: hue angle of 37.55º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDA03A is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 58 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.13 |
| HSL | 37.55º | 0.71% | 0.55% | - |
| HSV(B) | 37.55º | 0.74% | 0.87% | - |
| XYZ | 43.15 | 40.82 | 9.61 | - |
| YUV | 166.61 | 66.71 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 58 | 0 | 0.28 | 0.74 | 0.13 | 37.55 | 0.71 | 0.55 |
| Hex | DD | A0 | 3A | 0 | 1C | 4A | D | 26 | 47 | 37 |
| Octal | 335 | 240 | 72 | 0 | 34 | 112 | 15 | 46 | 107 | 67 |
| Binary | 11011101 | 10100000 | 111010 | 0 | 11100 | 1001010 | 1101 | 100110 | 1000111 | 110111 |
Color Harmonies of #DDA03A
Complementary color
Monochromatic Colors of #DDA03A
Black with #DDA03A
Text Example
Text Example
White with #DDA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA03A; }
p { color: rgb(221,160,58); }
H1.HeaderClassName
{
color: #DDA03A;
}
.AnyTagClassName
{
color: #DDA03A;
}
</style>
background-color css
<style>
a { background-color: #DDA03A; }
a { background-color: rgb(221,160,58); }
div.DivClassName
{
background-color: #DDA03A;
}
.BgClassName
{
background-color: #DDA03A;
}
</style>
border-color css
<style>
span { border-color: #DDA03A; }
span { border-color: rgb(221,160,58); }
td.TdClassName
{
border-color: #DDA03A;
}
.TagClassName
{
border-color: #DDA03A;
}
</style>