Shades of Fire Bush #D59C43
Tints of Fire Bush #D59C43
RGB
CMYK
RGB Variations
Color information
#D59C43 (or 0xD59C43) is known color: Fire Bush. HEX triplet: D5, 9C and 43. RGB value is (213,156,67). Sum of RGB (Red+Green+Blue) = 213+156+67=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59C43 is #2A63BC. Grayscale: #A3A3A3. Windows color (decimal): -2778045 or 4431061. OLE color: 4431061.
HSL color Cylindrical-coordinate representation of color #D59C43: hue angle of 36.58º degrees, saturation: 0.63, 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 #D59C43 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 67 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.16 |
| HSL | 36.58º | 0.63% | 0.55% | - |
| HSV(B) | 36.58º | 0.69% | 0.84% | - |
| XYZ | 40.34 | 38.33 | 10.58 | - |
| YUV | 162.9 | 73.88 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 67 | 0 | 0.27 | 0.69 | 0.16 | 36.58 | 0.63 | 0.55 |
| Hex | D5 | 9C | 43 | 0 | 1B | 45 | 10 | 25 | 3F | 37 |
| Octal | 325 | 234 | 103 | 0 | 33 | 105 | 20 | 45 | 77 | 67 |
| Binary | 11010101 | 10011100 | 1000011 | 0 | 11011 | 1000101 | 10000 | 100101 | 111111 | 110111 |
Color Harmonies of #D59C43
Complementary color
Monochromatic Colors of #D59C43
Black with #D59C43
Text Example
Text Example
White with #D59C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C43; }
p { color: rgb(213,156,67); }
H1.HeaderClassName
{
color: #D59C43;
}
.AnyTagClassName
{
color: #D59C43;
}
</style>
background-color css
<style>
a { background-color: #D59C43; }
a { background-color: rgb(213,156,67); }
div.DivClassName
{
background-color: #D59C43;
}
.BgClassName
{
background-color: #D59C43;
}
</style>
border-color css
<style>
span { border-color: #D59C43; }
span { border-color: rgb(213,156,67); }
td.TdClassName
{
border-color: #D59C43;
}
.TagClassName
{
border-color: #D59C43;
}
</style>