Shades of Fire Bush #D59C44
Tints of Fire Bush #D59C44
RGB
CMYK
RGB Variations
Color information
#D59C44 (or 0xD59C44) is known color: Fire Bush. HEX triplet: D5, 9C and 44. RGB value is (213,156,68). Sum of RGB (Red+Green+Blue) = 213+156+68=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59C44 is #2A63BB. Grayscale: #A3A3A3. Windows color (decimal): -2778044 or 4496597. OLE color: 4496597.
HSL color Cylindrical-coordinate representation of color #D59C44: hue angle of 36.41º 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 #D59C44 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 68 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.16 |
| HSL | 36.41º | 0.63% | 0.55% | - |
| HSV(B) | 36.41º | 0.68% | 0.84% | - |
| XYZ | 40.37 | 38.34 | 10.74 | - |
| YUV | 163.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 68 | 0 | 0.27 | 0.68 | 0.16 | 36.41 | 0.63 | 0.55 |
| Hex | D5 | 9C | 44 | 0 | 1B | 44 | 10 | 24 | 3F | 37 |
| Octal | 325 | 234 | 104 | 0 | 33 | 104 | 20 | 44 | 77 | 67 |
| Binary | 11010101 | 10011100 | 1000100 | 0 | 11011 | 1000100 | 10000 | 100100 | 111111 | 110111 |
Color Harmonies of #D59C44
Complementary color
Monochromatic Colors of #D59C44
Black with #D59C44
Text Example
Text Example
White with #D59C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C44; }
p { color: rgb(213,156,68); }
H1.HeaderClassName
{
color: #D59C44;
}
.AnyTagClassName
{
color: #D59C44;
}
</style>
background-color css
<style>
a { background-color: #D59C44; }
a { background-color: rgb(213,156,68); }
div.DivClassName
{
background-color: #D59C44;
}
.BgClassName
{
background-color: #D59C44;
}
</style>
border-color css
<style>
span { border-color: #D59C44; }
span { border-color: rgb(213,156,68); }
td.TdClassName
{
border-color: #D59C44;
}
.TagClassName
{
border-color: #D59C44;
}
</style>