Shades of Fire Bush #DDA041
Tints of Fire Bush #DDA041
RGB
CMYK
RGB Variations
Color information
#DDA041 (or 0xDDA041) is known color: Fire Bush. HEX triplet: DD, A0 and 41. RGB value is (221,160,65). Sum of RGB (Red+Green+Blue) = 221+160+65=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA041 is #225FBE. Grayscale: #A7A7A7. Windows color (decimal): -2252735 or 4301021. OLE color: 4301021.
HSL color Cylindrical-coordinate representation of color #DDA041: hue angle of 36.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDA041 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 65 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.13 |
| HSL | 36.54º | 0.7% | 0.56% | - |
| HSV(B) | 36.54º | 0.71% | 0.87% | - |
| XYZ | 43.34 | 40.9 | 10.61 | - |
| YUV | 167.41 | 70.21 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 65 | 0 | 0.28 | 0.71 | 0.13 | 36.54 | 0.7 | 0.56 |
| Hex | DD | A0 | 41 | 0 | 1C | 47 | D | 25 | 46 | 38 |
| Octal | 335 | 240 | 101 | 0 | 34 | 107 | 15 | 45 | 106 | 70 |
| Binary | 11011101 | 10100000 | 1000001 | 0 | 11100 | 1000111 | 1101 | 100101 | 1000110 | 111000 |
Color Harmonies of #DDA041
Complementary color
Monochromatic Colors of #DDA041
Black with #DDA041
Text Example
Text Example
White with #DDA041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA041; }
p { color: rgb(221,160,65); }
H1.HeaderClassName
{
color: #DDA041;
}
.AnyTagClassName
{
color: #DDA041;
}
</style>
background-color css
<style>
a { background-color: #DDA041; }
a { background-color: rgb(221,160,65); }
div.DivClassName
{
background-color: #DDA041;
}
.BgClassName
{
background-color: #DDA041;
}
</style>
border-color css
<style>
span { border-color: #DDA041; }
span { border-color: rgb(221,160,65); }
td.TdClassName
{
border-color: #DDA041;
}
.TagClassName
{
border-color: #DDA041;
}
</style>