Shades of Fire Bush #DDA14D
Tints of Fire Bush #DDA14D
RGB
CMYK
RGB Variations
Color information
#DDA14D (or 0xDDA14D) is known color: Fire Bush. HEX triplet: DD, A1 and 4D. RGB value is (221,161,77). Sum of RGB (Red+Green+Blue) = 221+161+77=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA14D is #225EB2. Grayscale: #A9A9A9. Windows color (decimal): -2252467 or 5087709. OLE color: 5087709.
HSL color Cylindrical-coordinate representation of color #DDA14D: hue angle of 35º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDA14D is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 77 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.13 |
| HSL | 35º | 0.68% | 0.58% | - |
| HSV(B) | 35º | 0.65% | 0.87% | - |
| XYZ | 43.9 | 41.4 | 12.7 | - |
| YUV | 169.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 77 | 0 | 0.27 | 0.65 | 0.13 | 35 | 0.68 | 0.58 |
| Hex | DD | A1 | 4D | 0 | 1B | 41 | D | 23 | 44 | 3A |
| Octal | 335 | 241 | 115 | 0 | 33 | 101 | 15 | 43 | 104 | 72 |
| Binary | 11011101 | 10100001 | 1001101 | 0 | 11011 | 1000001 | 1101 | 100011 | 1000100 | 111010 |
Color Harmonies of #DDA14D
Complementary color
Monochromatic Colors of #DDA14D
Black with #DDA14D
Text Example
Text Example
White with #DDA14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA14D; }
p { color: rgb(221,161,77); }
H1.HeaderClassName
{
color: #DDA14D;
}
.AnyTagClassName
{
color: #DDA14D;
}
</style>
background-color css
<style>
a { background-color: #DDA14D; }
a { background-color: rgb(221,161,77); }
div.DivClassName
{
background-color: #DDA14D;
}
.BgClassName
{
background-color: #DDA14D;
}
</style>
border-color css
<style>
span { border-color: #DDA14D; }
span { border-color: rgb(221,161,77); }
td.TdClassName
{
border-color: #DDA14D;
}
.TagClassName
{
border-color: #DDA14D;
}
</style>