Shades of Fire Bush #D59841
Tints of Fire Bush #D59841
RGB
CMYK
RGB Variations
Color information
#D59841 (or 0xD59841) is known color: Fire Bush. HEX triplet: D5, 98 and 41. RGB value is (213,152,65). Sum of RGB (Red+Green+Blue) = 213+152+65=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D59841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59841 is #2A67BE. Grayscale: #A0A0A0. Windows color (decimal): -2779071 or 4298965. OLE color: 4298965.
HSL color Cylindrical-coordinate representation of color #D59841: hue angle of 35.27º 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 #D59841 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 65 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.16 |
| HSL | 35.27º | 0.64% | 0.55% | - |
| HSV(B) | 35.27º | 0.69% | 0.84% | - |
| XYZ | 39.62 | 36.98 | 10.05 | - |
| YUV | 160.32 | 74.21 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 65 | 0 | 0.29 | 0.69 | 0.16 | 35.27 | 0.64 | 0.55 |
| Hex | D5 | 98 | 41 | 0 | 1D | 45 | 10 | 23 | 40 | 37 |
| Octal | 325 | 230 | 101 | 0 | 35 | 105 | 20 | 43 | 100 | 67 |
| Binary | 11010101 | 10011000 | 1000001 | 0 | 11101 | 1000101 | 10000 | 100011 | 1000000 | 110111 |
Color Harmonies of #D59841
Complementary color
Monochromatic Colors of #D59841
Black with #D59841
Text Example
Text Example
White with #D59841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59841; }
p { color: rgb(213,152,65); }
H1.HeaderClassName
{
color: #D59841;
}
.AnyTagClassName
{
color: #D59841;
}
</style>
background-color css
<style>
a { background-color: #D59841; }
a { background-color: rgb(213,152,65); }
div.DivClassName
{
background-color: #D59841;
}
.BgClassName
{
background-color: #D59841;
}
</style>
border-color css
<style>
span { border-color: #D59841; }
span { border-color: rgb(213,152,65); }
td.TdClassName
{
border-color: #D59841;
}
.TagClassName
{
border-color: #D59841;
}
</style>