Shades of Fire Bush #D59945
Tints of Fire Bush #D59945
RGB
CMYK
RGB Variations
Color information
#D59945 (or 0xD59945) is known color: Fire Bush. HEX triplet: D5, 99 and 45. RGB value is (213,153,69). Sum of RGB (Red+Green+Blue) = 213+153+69=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D59945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59945 is #2A66BA. Grayscale: #A1A1A1. Windows color (decimal): -2778811 or 4561365. OLE color: 4561365.
HSL color Cylindrical-coordinate representation of color #D59945: hue angle of 35º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D59945 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 69 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.16 |
| HSL | 35º | 0.63% | 0.55% | - |
| HSV(B) | 35º | 0.68% | 0.84% | - |
| XYZ | 39.91 | 37.36 | 10.74 | - |
| YUV | 161.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 69 | 0 | 0.28 | 0.68 | 0.16 | 35 | 0.63 | 0.55 |
| Hex | D5 | 99 | 45 | 0 | 1C | 44 | 10 | 23 | 3F | 37 |
| Octal | 325 | 231 | 105 | 0 | 34 | 104 | 20 | 43 | 77 | 67 |
| Binary | 11010101 | 10011001 | 1000101 | 0 | 11100 | 1000100 | 10000 | 100011 | 111111 | 110111 |
Color Harmonies of #D59945
Complementary color
Monochromatic Colors of #D59945
Black with #D59945
Text Example
Text Example
White with #D59945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59945; }
p { color: rgb(213,153,69); }
H1.HeaderClassName
{
color: #D59945;
}
.AnyTagClassName
{
color: #D59945;
}
</style>
background-color css
<style>
a { background-color: #D59945; }
a { background-color: rgb(213,153,69); }
div.DivClassName
{
background-color: #D59945;
}
.BgClassName
{
background-color: #D59945;
}
</style>
border-color css
<style>
span { border-color: #D59945; }
span { border-color: rgb(213,153,69); }
td.TdClassName
{
border-color: #D59945;
}
.TagClassName
{
border-color: #D59945;
}
</style>