Shades of Fire Bush #DDA344
Tints of Fire Bush #DDA344
RGB
CMYK
RGB Variations
Color information
#DDA344 (or 0xDDA344) is known color: Fire Bush. HEX triplet: DD, A3 and 44. RGB value is (221,163,68). Sum of RGB (Red+Green+Blue) = 221+163+68=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA344 is #225CBB. Grayscale: #A9A9A9. Windows color (decimal): -2251964 or 4498397. OLE color: 4498397.
HSL color Cylindrical-coordinate representation of color #DDA344: hue angle of 37.25º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDA344 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 68 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.13 |
| HSL | 37.25º | 0.69% | 0.57% | - |
| HSV(B) | 37.25º | 0.69% | 0.87% | - |
| XYZ | 43.96 | 41.98 | 11.26 | - |
| YUV | 169.51 | 70.72 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 68 | 0 | 0.26 | 0.69 | 0.13 | 37.25 | 0.69 | 0.57 |
| Hex | DD | A3 | 44 | 0 | 1A | 45 | D | 25 | 45 | 39 |
| Octal | 335 | 243 | 104 | 0 | 32 | 105 | 15 | 45 | 105 | 71 |
| Binary | 11011101 | 10100011 | 1000100 | 0 | 11010 | 1000101 | 1101 | 100101 | 1000101 | 111001 |
Color Harmonies of #DDA344
Complementary color
Monochromatic Colors of #DDA344
Black with #DDA344
Text Example
Text Example
White with #DDA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA344; }
p { color: rgb(221,163,68); }
H1.HeaderClassName
{
color: #DDA344;
}
.AnyTagClassName
{
color: #DDA344;
}
</style>
background-color css
<style>
a { background-color: #DDA344; }
a { background-color: rgb(221,163,68); }
div.DivClassName
{
background-color: #DDA344;
}
.BgClassName
{
background-color: #DDA344;
}
</style>
border-color css
<style>
span { border-color: #DDA344; }
span { border-color: rgb(221,163,68); }
td.TdClassName
{
border-color: #DDA344;
}
.TagClassName
{
border-color: #DDA344;
}
</style>