Shades of Fire Bush #D5964E
Tints of Fire Bush #D5964E
RGB
CMYK
RGB Variations
Color information
#D5964E (or 0xD5964E) is known color: Fire Bush. HEX triplet: D5, 96 and 4E. RGB value is (213,150,78). Sum of RGB (Red+Green+Blue) = 213+150+78=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5964E is #2A69B1. Grayscale: #A0A0A0. Windows color (decimal): -2779570 or 5150421. OLE color: 5150421.
HSL color Cylindrical-coordinate representation of color #D5964E: hue angle of 32º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5964E is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 78 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.16 |
| HSL | 32º | 0.62% | 0.57% | - |
| HSV(B) | 32º | 0.63% | 0.84% | - |
| XYZ | 39.72 | 36.51 | 12.16 | - |
| YUV | 160.63 | 81.37 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 78 | 0 | 0.30 | 0.63 | 0.16 | 32 | 0.62 | 0.57 |
| Hex | D5 | 96 | 4E | 0 | 1E | 3F | 10 | 20 | 3E | 39 |
| Octal | 325 | 226 | 116 | 0 | 36 | 77 | 20 | 40 | 76 | 71 |
| Binary | 11010101 | 10010110 | 1001110 | 0 | 11110 | 111111 | 10000 | 100000 | 111110 | 111001 |
Color Harmonies of #D5964E
Complementary color
Monochromatic Colors of #D5964E
Black with #D5964E
Text Example
Text Example
White with #D5964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5964E; }
p { color: rgb(213,150,78); }
H1.HeaderClassName
{
color: #D5964E;
}
.AnyTagClassName
{
color: #D5964E;
}
</style>
background-color css
<style>
a { background-color: #D5964E; }
a { background-color: rgb(213,150,78); }
div.DivClassName
{
background-color: #D5964E;
}
.BgClassName
{
background-color: #D5964E;
}
</style>
border-color css
<style>
span { border-color: #D5964E; }
span { border-color: rgb(213,150,78); }
td.TdClassName
{
border-color: #D5964E;
}
.TagClassName
{
border-color: #D5964E;
}
</style>