Shades of Fire Bush #DDA347
Tints of Fire Bush #DDA347
RGB
CMYK
RGB Variations
Color information
#DDA347 (or 0xDDA347) is known color: Fire Bush. HEX triplet: DD, A3 and 47. RGB value is (221,163,71). Sum of RGB (Red+Green+Blue) = 221+163+71=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA347 is #225CB8. Grayscale: #AAAAAA. Windows color (decimal): -2251961 or 4695005. OLE color: 4695005.
HSL color Cylindrical-coordinate representation of color #DDA347: hue angle of 36.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDA347 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 71 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.13 |
| HSL | 36.8º | 0.69% | 0.57% | - |
| HSV(B) | 36.8º | 0.68% | 0.87% | - |
| XYZ | 44.05 | 42.02 | 11.75 | - |
| YUV | 169.85 | 72.22 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 71 | 0 | 0.26 | 0.68 | 0.13 | 36.8 | 0.69 | 0.57 |
| Hex | DD | A3 | 47 | 0 | 1A | 44 | D | 25 | 45 | 39 |
| Octal | 335 | 243 | 107 | 0 | 32 | 104 | 15 | 45 | 105 | 71 |
| Binary | 11011101 | 10100011 | 1000111 | 0 | 11010 | 1000100 | 1101 | 100101 | 1000101 | 111001 |
Color Harmonies of #DDA347
Complementary color
Monochromatic Colors of #DDA347
Black with #DDA347
Text Example
Text Example
White with #DDA347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA347; }
p { color: rgb(221,163,71); }
H1.HeaderClassName
{
color: #DDA347;
}
.AnyTagClassName
{
color: #DDA347;
}
</style>
background-color css
<style>
a { background-color: #DDA347; }
a { background-color: rgb(221,163,71); }
div.DivClassName
{
background-color: #DDA347;
}
.BgClassName
{
background-color: #DDA347;
}
</style>
border-color css
<style>
span { border-color: #DDA347; }
span { border-color: rgb(221,163,71); }
td.TdClassName
{
border-color: #DDA347;
}
.TagClassName
{
border-color: #DDA347;
}
</style>