Shades of Fire Bush #D59B41
Tints of Fire Bush #D59B41
RGB
CMYK
RGB Variations
Color information
#D59B41 (or 0xD59B41) is known color: Fire Bush. HEX triplet: D5, 9B and 41. RGB value is (213,155,65). Sum of RGB (Red+Green+Blue) = 213+155+65=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59B41 is #2A64BE. Grayscale: #A2A2A2. Windows color (decimal): -2778303 or 4299733. OLE color: 4299733.
HSL color Cylindrical-coordinate representation of color #D59B41: hue angle of 36.49º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D59B41 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 65 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.16 |
| HSL | 36.49º | 0.64% | 0.55% | - |
| HSV(B) | 36.49º | 0.69% | 0.84% | - |
| XYZ | 40.12 | 37.97 | 10.22 | - |
| YUV | 162.08 | 73.22 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 65 | 0 | 0.27 | 0.69 | 0.16 | 36.49 | 0.64 | 0.55 |
| Hex | D5 | 9B | 41 | 0 | 1B | 45 | 10 | 24 | 40 | 37 |
| Octal | 325 | 233 | 101 | 0 | 33 | 105 | 20 | 44 | 100 | 67 |
| Binary | 11010101 | 10011011 | 1000001 | 0 | 11011 | 1000101 | 10000 | 100100 | 1000000 | 110111 |
Color Harmonies of #D59B41
Complementary color
Monochromatic Colors of #D59B41
Black with #D59B41
Text Example
Text Example
White with #D59B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B41; }
p { color: rgb(213,155,65); }
H1.HeaderClassName
{
color: #D59B41;
}
.AnyTagClassName
{
color: #D59B41;
}
</style>
background-color css
<style>
a { background-color: #D59B41; }
a { background-color: rgb(213,155,65); }
div.DivClassName
{
background-color: #D59B41;
}
.BgClassName
{
background-color: #D59B41;
}
</style>
border-color css
<style>
span { border-color: #D59B41; }
span { border-color: rgb(213,155,65); }
td.TdClassName
{
border-color: #D59B41;
}
.TagClassName
{
border-color: #D59B41;
}
</style>