Shades of Fire Bush #DDA03E
Tints of Fire Bush #DDA03E
RGB
CMYK
RGB Variations
Color information
#DDA03E (or 0xDDA03E) is known color: Fire Bush. HEX triplet: DD, A0 and 3E. RGB value is (221,160,62). Sum of RGB (Red+Green+Blue) = 221+160+62=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA03E is #225FC1. Grayscale: #A7A7A7. Windows color (decimal): -2252738 or 4104413. OLE color: 4104413.
HSL color Cylindrical-coordinate representation of color #DDA03E: hue angle of 36.98º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDA03E is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 62 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.13 |
| HSL | 36.98º | 0.7% | 0.55% | - |
| HSV(B) | 36.98º | 0.72% | 0.87% | - |
| XYZ | 43.26 | 40.86 | 10.16 | - |
| YUV | 167.07 | 68.71 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 62 | 0 | 0.28 | 0.72 | 0.13 | 36.98 | 0.7 | 0.55 |
| Hex | DD | A0 | 3E | 0 | 1C | 48 | D | 25 | 46 | 37 |
| Octal | 335 | 240 | 76 | 0 | 34 | 110 | 15 | 45 | 106 | 67 |
| Binary | 11011101 | 10100000 | 111110 | 0 | 11100 | 1001000 | 1101 | 100101 | 1000110 | 110111 |
Color Harmonies of #DDA03E
Complementary color
Monochromatic Colors of #DDA03E
Black with #DDA03E
Text Example
Text Example
White with #DDA03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA03E; }
p { color: rgb(221,160,62); }
H1.HeaderClassName
{
color: #DDA03E;
}
.AnyTagClassName
{
color: #DDA03E;
}
</style>
background-color css
<style>
a { background-color: #DDA03E; }
a { background-color: rgb(221,160,62); }
div.DivClassName
{
background-color: #DDA03E;
}
.BgClassName
{
background-color: #DDA03E;
}
</style>
border-color css
<style>
span { border-color: #DDA03E; }
span { border-color: rgb(221,160,62); }
td.TdClassName
{
border-color: #DDA03E;
}
.TagClassName
{
border-color: #DDA03E;
}
</style>