Shades of Fire Bush #D6964F
Tints of Fire Bush #D6964F
RGB
CMYK
RGB Variations
Color information
#D6964F (or 0xD6964F) is known color: Fire Bush. HEX triplet: D6, 96 and 4F. RGB value is (214,150,79). Sum of RGB (Red+Green+Blue) = 214+150+79=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6964F is #2969B0. Grayscale: #A1A1A1. Windows color (decimal): -2714033 or 5215958. OLE color: 5215958.
HSL color Cylindrical-coordinate representation of color #D6964F: hue angle of 31.56º 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 #D6964F is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 79 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.16 |
| HSL | 31.56º | 0.62% | 0.57% | - |
| HSV(B) | 31.56º | 0.63% | 0.84% | - |
| XYZ | 40.05 | 36.67 | 12.36 | - |
| YUV | 161.04 | 81.7 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 79 | 0 | 0.30 | 0.63 | 0.16 | 31.56 | 0.62 | 0.57 |
| Hex | D6 | 96 | 4F | 0 | 1E | 3F | 10 | 20 | 3E | 39 |
| Octal | 326 | 226 | 117 | 0 | 36 | 77 | 20 | 40 | 76 | 71 |
| Binary | 11010110 | 10010110 | 1001111 | 0 | 11110 | 111111 | 10000 | 100000 | 111110 | 111001 |
Color Harmonies of #D6964F
Complementary color
Monochromatic Colors of #D6964F
Black with #D6964F
Text Example
Text Example
White with #D6964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6964F; }
p { color: rgb(214,150,79); }
H1.HeaderClassName
{
color: #D6964F;
}
.AnyTagClassName
{
color: #D6964F;
}
</style>
background-color css
<style>
a { background-color: #D6964F; }
a { background-color: rgb(214,150,79); }
div.DivClassName
{
background-color: #D6964F;
}
.BgClassName
{
background-color: #D6964F;
}
</style>
border-color css
<style>
span { border-color: #D6964F; }
span { border-color: rgb(214,150,79); }
td.TdClassName
{
border-color: #D6964F;
}
.TagClassName
{
border-color: #D6964F;
}
</style>