Shades of Fire Bush #DDA14A
Tints of Fire Bush #DDA14A
RGB
CMYK
RGB Variations
Color information
#DDA14A (or 0xDDA14A) is known color: Fire Bush. HEX triplet: DD, A1 and 4A. RGB value is (221,161,74). Sum of RGB (Red+Green+Blue) = 221+161+74=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA14A is #225EB5. Grayscale: #A9A9A9. Windows color (decimal): -2252470 or 4891101. OLE color: 4891101.
HSL color Cylindrical-coordinate representation of color #DDA14A: hue angle of 35.51º 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 #DDA14A is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 74 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.13 |
| HSL | 35.51º | 0.68% | 0.58% | - |
| HSV(B) | 35.51º | 0.67% | 0.87% | - |
| XYZ | 43.8 | 41.36 | 12.15 | - |
| YUV | 169.02 | 74.38 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 74 | 0 | 0.27 | 0.67 | 0.13 | 35.51 | 0.68 | 0.58 |
| Hex | DD | A1 | 4A | 0 | 1B | 43 | D | 24 | 44 | 3A |
| Octal | 335 | 241 | 112 | 0 | 33 | 103 | 15 | 44 | 104 | 72 |
| Binary | 11011101 | 10100001 | 1001010 | 0 | 11011 | 1000011 | 1101 | 100100 | 1000100 | 111010 |
Color Harmonies of #DDA14A
Complementary color
Monochromatic Colors of #DDA14A
Black with #DDA14A
Text Example
Text Example
White with #DDA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA14A; }
p { color: rgb(221,161,74); }
H1.HeaderClassName
{
color: #DDA14A;
}
.AnyTagClassName
{
color: #DDA14A;
}
</style>
background-color css
<style>
a { background-color: #DDA14A; }
a { background-color: rgb(221,161,74); }
div.DivClassName
{
background-color: #DDA14A;
}
.BgClassName
{
background-color: #DDA14A;
}
</style>
border-color css
<style>
span { border-color: #DDA14A; }
span { border-color: rgb(221,161,74); }
td.TdClassName
{
border-color: #DDA14A;
}
.TagClassName
{
border-color: #DDA14A;
}
</style>