Shades of Fire Bush #D59B49
Tints of Fire Bush #D59B49
RGB
CMYK
RGB Variations
Color information
#D59B49 (or 0xD59B49) is known color: Fire Bush. HEX triplet: D5, 9B and 49. RGB value is (213,155,73). Sum of RGB (Red+Green+Blue) = 213+155+73=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59B49 is #2A64B6. Grayscale: #A3A3A3. Windows color (decimal): -2778295 or 4824021. OLE color: 4824021.
HSL color Cylindrical-coordinate representation of color #D59B49: hue angle of 35.14º 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 #D59B49 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 73 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.16 |
| HSL | 35.14º | 0.63% | 0.56% | - |
| HSV(B) | 35.14º | 0.66% | 0.84% | - |
| XYZ | 40.36 | 38.07 | 11.52 | - |
| YUV | 162.99 | 77.22 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 73 | 0 | 0.27 | 0.66 | 0.16 | 35.14 | 0.63 | 0.56 |
| Hex | D5 | 9B | 49 | 0 | 1B | 42 | 10 | 23 | 3E | 38 |
| Octal | 325 | 233 | 111 | 0 | 33 | 102 | 20 | 43 | 76 | 70 |
| Binary | 11010101 | 10011011 | 1001001 | 0 | 11011 | 1000010 | 10000 | 100011 | 111110 | 111000 |
Color Harmonies of #D59B49
Complementary color
Monochromatic Colors of #D59B49
Black with #D59B49
Text Example
Text Example
White with #D59B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B49; }
p { color: rgb(213,155,73); }
H1.HeaderClassName
{
color: #D59B49;
}
.AnyTagClassName
{
color: #D59B49;
}
</style>
background-color css
<style>
a { background-color: #D59B49; }
a { background-color: rgb(213,155,73); }
div.DivClassName
{
background-color: #D59B49;
}
.BgClassName
{
background-color: #D59B49;
}
</style>
border-color css
<style>
span { border-color: #D59B49; }
span { border-color: rgb(213,155,73); }
td.TdClassName
{
border-color: #D59B49;
}
.TagClassName
{
border-color: #D59B49;
}
</style>