Shades of Fire Bush #D29F49
Tints of Fire Bush #D29F49
RGB
CMYK
RGB Variations
Color information
#D29F49 (or 0xD29F49) is known color: Fire Bush. HEX triplet: D2, 9F and 49. RGB value is (210,159,73). Sum of RGB (Red+Green+Blue) = 210+159+73=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29F49 is #2D60B6. Grayscale: #A4A4A4. Windows color (decimal): -2973879 or 4825042. OLE color: 4825042.
HSL color Cylindrical-coordinate representation of color #D29F49: hue angle of 37.66º 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 #D29F49 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 73 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.18 |
| HSL | 37.66º | 0.6% | 0.55% | - |
| HSV(B) | 37.66º | 0.65% | 0.82% | - |
| XYZ | 40.18 | 38.98 | 11.71 | - |
| YUV | 164.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 73 | 0 | 0.24 | 0.65 | 0.18 | 37.66 | 0.6 | 0.55 |
| Hex | D2 | 9F | 49 | 0 | 18 | 41 | 12 | 26 | 3C | 37 |
| Octal | 322 | 237 | 111 | 0 | 30 | 101 | 22 | 46 | 74 | 67 |
| Binary | 11010010 | 10011111 | 1001001 | 0 | 11000 | 1000001 | 10010 | 100110 | 111100 | 110111 |
Color Harmonies of #D29F49
Complementary color
Monochromatic Colors of #D29F49
Black with #D29F49
Text Example
Text Example
White with #D29F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F49; }
p { color: rgb(210,159,73); }
H1.HeaderClassName
{
color: #D29F49;
}
.AnyTagClassName
{
color: #D29F49;
}
</style>
background-color css
<style>
a { background-color: #D29F49; }
a { background-color: rgb(210,159,73); }
div.DivClassName
{
background-color: #D29F49;
}
.BgClassName
{
background-color: #D29F49;
}
</style>
border-color css
<style>
span { border-color: #D29F49; }
span { border-color: rgb(210,159,73); }
td.TdClassName
{
border-color: #D29F49;
}
.TagClassName
{
border-color: #D29F49;
}
</style>