Shades of Fire Bush #D59949
Tints of Fire Bush #D59949
RGB
CMYK
RGB Variations
Color information
#D59949 (or 0xD59949) is known color: Fire Bush. HEX triplet: D5, 99 and 49. RGB value is (213,153,73). Sum of RGB (Red+Green+Blue) = 213+153+73=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D59949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59949 is #2A66B6. Grayscale: #A2A2A2. Windows color (decimal): -2778807 or 4823509. OLE color: 4823509.
HSL color Cylindrical-coordinate representation of color #D59949: hue angle of 34.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D59949 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 73 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.16 |
| HSL | 34.29º | 0.63% | 0.56% | - |
| HSV(B) | 34.29º | 0.66% | 0.84% | - |
| XYZ | 40.03 | 37.41 | 11.41 | - |
| YUV | 161.82 | 77.88 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 73 | 0 | 0.28 | 0.66 | 0.16 | 34.29 | 0.63 | 0.56 |
| Hex | D5 | 99 | 49 | 0 | 1C | 42 | 10 | 22 | 3E | 38 |
| Octal | 325 | 231 | 111 | 0 | 34 | 102 | 20 | 42 | 76 | 70 |
| Binary | 11010101 | 10011001 | 1001001 | 0 | 11100 | 1000010 | 10000 | 100010 | 111110 | 111000 |
Color Harmonies of #D59949
Complementary color
Monochromatic Colors of #D59949
Black with #D59949
Text Example
Text Example
White with #D59949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59949; }
p { color: rgb(213,153,73); }
H1.HeaderClassName
{
color: #D59949;
}
.AnyTagClassName
{
color: #D59949;
}
</style>
background-color css
<style>
a { background-color: #D59949; }
a { background-color: rgb(213,153,73); }
div.DivClassName
{
background-color: #D59949;
}
.BgClassName
{
background-color: #D59949;
}
</style>
border-color css
<style>
span { border-color: #D59949; }
span { border-color: rgb(213,153,73); }
td.TdClassName
{
border-color: #D59949;
}
.TagClassName
{
border-color: #D59949;
}
</style>