Shades of Fire Bush #D59A41
Tints of Fire Bush #D59A41
RGB
CMYK
RGB Variations
Color information
#D59A41 (or 0xD59A41) is known color: Fire Bush. HEX triplet: D5, 9A and 41. RGB value is (213,154,65). Sum of RGB (Red+Green+Blue) = 213+154+65=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A41 is #2A65BE. Grayscale: #A1A1A1. Windows color (decimal): -2778559 or 4299477. OLE color: 4299477.
HSL color Cylindrical-coordinate representation of color #D59A41: hue angle of 36.08º 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 #D59A41 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 65 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.16 |
| HSL | 36.08º | 0.64% | 0.55% | - |
| HSV(B) | 36.08º | 0.69% | 0.84% | - |
| XYZ | 39.95 | 37.64 | 10.16 | - |
| YUV | 161.5 | 73.55 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 65 | 0 | 0.28 | 0.69 | 0.16 | 36.08 | 0.64 | 0.55 |
| Hex | D5 | 9A | 41 | 0 | 1C | 45 | 10 | 24 | 40 | 37 |
| Octal | 325 | 232 | 101 | 0 | 34 | 105 | 20 | 44 | 100 | 67 |
| Binary | 11010101 | 10011010 | 1000001 | 0 | 11100 | 1000101 | 10000 | 100100 | 1000000 | 110111 |
Color Harmonies of #D59A41
Complementary color
Monochromatic Colors of #D59A41
Black with #D59A41
Text Example
Text Example
White with #D59A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A41; }
p { color: rgb(213,154,65); }
H1.HeaderClassName
{
color: #D59A41;
}
.AnyTagClassName
{
color: #D59A41;
}
</style>
background-color css
<style>
a { background-color: #D59A41; }
a { background-color: rgb(213,154,65); }
div.DivClassName
{
background-color: #D59A41;
}
.BgClassName
{
background-color: #D59A41;
}
</style>
border-color css
<style>
span { border-color: #D59A41; }
span { border-color: rgb(213,154,65); }
td.TdClassName
{
border-color: #D59A41;
}
.TagClassName
{
border-color: #D59A41;
}
</style>