Shades of Fire Bush #DDA04A
Tints of Fire Bush #DDA04A
RGB
CMYK
RGB Variations
Color information
#DDA04A (or 0xDDA04A) is known color: Fire Bush. HEX triplet: DD, A0 and 4A. RGB value is (221,160,74). Sum of RGB (Red+Green+Blue) = 221+160+74=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA04A is #225FB5. Grayscale: #A8A8A8. Windows color (decimal): -2252726 or 4890845. OLE color: 4890845.
HSL color Cylindrical-coordinate representation of color #DDA04A: hue angle of 35.1º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDA04A is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 74 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.13 |
| HSL | 35.1º | 0.68% | 0.58% | - |
| HSV(B) | 35.1º | 0.67% | 0.87% | - |
| XYZ | 43.63 | 41.01 | 12.09 | - |
| YUV | 168.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 74 | 0 | 0.28 | 0.67 | 0.13 | 35.1 | 0.68 | 0.58 |
| Hex | DD | A0 | 4A | 0 | 1C | 43 | D | 23 | 44 | 3A |
| Octal | 335 | 240 | 112 | 0 | 34 | 103 | 15 | 43 | 104 | 72 |
| Binary | 11011101 | 10100000 | 1001010 | 0 | 11100 | 1000011 | 1101 | 100011 | 1000100 | 111010 |
Color Harmonies of #DDA04A
Complementary color
Monochromatic Colors of #DDA04A
Black with #DDA04A
Text Example
Text Example
White with #DDA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA04A; }
p { color: rgb(221,160,74); }
H1.HeaderClassName
{
color: #DDA04A;
}
.AnyTagClassName
{
color: #DDA04A;
}
</style>
background-color css
<style>
a { background-color: #DDA04A; }
a { background-color: rgb(221,160,74); }
div.DivClassName
{
background-color: #DDA04A;
}
.BgClassName
{
background-color: #DDA04A;
}
</style>
border-color css
<style>
span { border-color: #DDA04A; }
span { border-color: rgb(221,160,74); }
td.TdClassName
{
border-color: #DDA04A;
}
.TagClassName
{
border-color: #DDA04A;
}
</style>