Shades of Fire Bush #DDA142
Tints of Fire Bush #DDA142
RGB
CMYK
RGB Variations
Color information
#DDA142 (or 0xDDA142) is known color: Fire Bush. HEX triplet: DD, A1 and 42. RGB value is (221,161,66). Sum of RGB (Red+Green+Blue) = 221+161+66=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA142 is #225EBD. Grayscale: #A8A8A8. Windows color (decimal): -2252478 or 4366813. OLE color: 4366813.
HSL color Cylindrical-coordinate representation of color #DDA142: hue angle of 36.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDA142 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 66 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.13 |
| HSL | 36.77º | 0.7% | 0.56% | - |
| HSV(B) | 36.77º | 0.7% | 0.87% | - |
| XYZ | 43.55 | 41.26 | 10.82 | - |
| YUV | 168.11 | 70.38 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 66 | 0 | 0.27 | 0.70 | 0.13 | 36.77 | 0.7 | 0.56 |
| Hex | DD | A1 | 42 | 0 | 1B | 46 | D | 25 | 46 | 38 |
| Octal | 335 | 241 | 102 | 0 | 33 | 106 | 15 | 45 | 106 | 70 |
| Binary | 11011101 | 10100001 | 1000010 | 0 | 11011 | 1000110 | 1101 | 100101 | 1000110 | 111000 |
Color Harmonies of #DDA142
Complementary color
Monochromatic Colors of #DDA142
Black with #DDA142
Text Example
Text Example
White with #DDA142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA142; }
p { color: rgb(221,161,66); }
H1.HeaderClassName
{
color: #DDA142;
}
.AnyTagClassName
{
color: #DDA142;
}
</style>
background-color css
<style>
a { background-color: #DDA142; }
a { background-color: rgb(221,161,66); }
div.DivClassName
{
background-color: #DDA142;
}
.BgClassName
{
background-color: #DDA142;
}
</style>
border-color css
<style>
span { border-color: #DDA142; }
span { border-color: rgb(221,161,66); }
td.TdClassName
{
border-color: #DDA142;
}
.TagClassName
{
border-color: #DDA142;
}
</style>