Shades of Fire Bush #DDA346
Tints of Fire Bush #DDA346
RGB
CMYK
RGB Variations
Color information
#DDA346 (or 0xDDA346) is known color: Fire Bush. HEX triplet: DD, A3 and 46. RGB value is (221,163,70). Sum of RGB (Red+Green+Blue) = 221+163+70=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA346 is #225CB9. Grayscale: #AAAAAA. Windows color (decimal): -2251962 or 4629469. OLE color: 4629469.
HSL color Cylindrical-coordinate representation of color #DDA346: hue angle of 36.95º 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 #DDA346 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 70 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.13 |
| HSL | 36.95º | 0.69% | 0.57% | - |
| HSV(B) | 36.95º | 0.68% | 0.87% | - |
| XYZ | 44.02 | 42.01 | 11.58 | - |
| YUV | 169.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 70 | 0 | 0.26 | 0.68 | 0.13 | 36.95 | 0.69 | 0.57 |
| Hex | DD | A3 | 46 | 0 | 1A | 44 | D | 25 | 45 | 39 |
| Octal | 335 | 243 | 106 | 0 | 32 | 104 | 15 | 45 | 105 | 71 |
| Binary | 11011101 | 10100011 | 1000110 | 0 | 11010 | 1000100 | 1101 | 100101 | 1000101 | 111001 |
Color Harmonies of #DDA346
Complementary color
Monochromatic Colors of #DDA346
Black with #DDA346
Text Example
Text Example
White with #DDA346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA346; }
p { color: rgb(221,163,70); }
H1.HeaderClassName
{
color: #DDA346;
}
.AnyTagClassName
{
color: #DDA346;
}
</style>
background-color css
<style>
a { background-color: #DDA346; }
a { background-color: rgb(221,163,70); }
div.DivClassName
{
background-color: #DDA346;
}
.BgClassName
{
background-color: #DDA346;
}
</style>
border-color css
<style>
span { border-color: #DDA346; }
span { border-color: rgb(221,163,70); }
td.TdClassName
{
border-color: #DDA346;
}
.TagClassName
{
border-color: #DDA346;
}
</style>