Shades of Fire Bush #D29449
Tints of Fire Bush #D29449
RGB
CMYK
RGB Variations
Color information
#D29449 (or 0xD29449) is known color: Fire Bush. HEX triplet: D2, 94 and 49. RGB value is (210,148,73). Sum of RGB (Red+Green+Blue) = 210+148+73=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D29449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29449 is #2D6BB6. Grayscale: #9E9E9E. Windows color (decimal): -2976695 or 4822226. OLE color: 4822226.
HSL color Cylindrical-coordinate representation of color #D29449: hue angle of 32.85º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D29449 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 73 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.18 |
| HSL | 32.85º | 0.6% | 0.55% | - |
| HSV(B) | 32.85º | 0.65% | 0.82% | - |
| XYZ | 38.37 | 35.36 | 11.11 | - |
| YUV | 157.99 | 80.04 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 73 | 0 | 0.30 | 0.65 | 0.18 | 32.85 | 0.6 | 0.55 |
| Hex | D2 | 94 | 49 | 0 | 1E | 41 | 12 | 21 | 3C | 37 |
| Octal | 322 | 224 | 111 | 0 | 36 | 101 | 22 | 41 | 74 | 67 |
| Binary | 11010010 | 10010100 | 1001001 | 0 | 11110 | 1000001 | 10010 | 100001 | 111100 | 110111 |
Color Harmonies of #D29449
Complementary color
Monochromatic Colors of #D29449
Black with #D29449
Text Example
Text Example
White with #D29449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29449; }
p { color: rgb(210,148,73); }
H1.HeaderClassName
{
color: #D29449;
}
.AnyTagClassName
{
color: #D29449;
}
</style>
background-color css
<style>
a { background-color: #D29449; }
a { background-color: rgb(210,148,73); }
div.DivClassName
{
background-color: #D29449;
}
.BgClassName
{
background-color: #D29449;
}
</style>
border-color css
<style>
span { border-color: #D29449; }
span { border-color: rgb(210,148,73); }
td.TdClassName
{
border-color: #D29449;
}
.TagClassName
{
border-color: #D29449;
}
</style>