Shades of Fire Bush #DDA04C
Tints of Fire Bush #DDA04C
RGB
CMYK
RGB Variations
Color information
#DDA04C (or 0xDDA04C) is known color: Fire Bush. HEX triplet: DD, A0 and 4C. RGB value is (221,160,76). Sum of RGB (Red+Green+Blue) = 221+160+76=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA04C is #225FB3. Grayscale: #A9A9A9. Windows color (decimal): -2252724 or 5021917. OLE color: 5021917.
HSL color Cylindrical-coordinate representation of color #DDA04C: hue angle of 34.76º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDA04C is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 76 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.13 |
| HSL | 34.76º | 0.68% | 0.58% | - |
| HSV(B) | 34.76º | 0.66% | 0.87% | - |
| XYZ | 43.69 | 41.04 | 12.46 | - |
| YUV | 168.66 | 75.71 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 76 | 0 | 0.28 | 0.66 | 0.13 | 34.76 | 0.68 | 0.58 |
| Hex | DD | A0 | 4C | 0 | 1C | 42 | D | 23 | 44 | 3A |
| Octal | 335 | 240 | 114 | 0 | 34 | 102 | 15 | 43 | 104 | 72 |
| Binary | 11011101 | 10100000 | 1001100 | 0 | 11100 | 1000010 | 1101 | 100011 | 1000100 | 111010 |
Color Harmonies of #DDA04C
Complementary color
Monochromatic Colors of #DDA04C
Black with #DDA04C
Text Example
Text Example
White with #DDA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA04C; }
p { color: rgb(221,160,76); }
H1.HeaderClassName
{
color: #DDA04C;
}
.AnyTagClassName
{
color: #DDA04C;
}
</style>
background-color css
<style>
a { background-color: #DDA04C; }
a { background-color: rgb(221,160,76); }
div.DivClassName
{
background-color: #DDA04C;
}
.BgClassName
{
background-color: #DDA04C;
}
</style>
border-color css
<style>
span { border-color: #DDA04C; }
span { border-color: rgb(221,160,76); }
td.TdClassName
{
border-color: #DDA04C;
}
.TagClassName
{
border-color: #DDA04C;
}
</style>