Shades of Fire Bush #D6943E
Tints of Fire Bush #D6943E
RGB
CMYK
RGB Variations
Color information
#D6943E (or 0xD6943E) is known color: Fire Bush. HEX triplet: D6, 94 and 3E. RGB value is (214,148,62). Sum of RGB (Red+Green+Blue) = 214+148+62=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6943E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6943E is #296BC1. Grayscale: #9E9E9E. Windows color (decimal): -2714562 or 4101334. OLE color: 4101334.
HSL color Cylindrical-coordinate representation of color #D6943E: hue angle of 33.95º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6943E is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 62 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.16 |
| HSL | 33.95º | 0.65% | 0.54% | - |
| HSV(B) | 33.95º | 0.71% | 0.84% | - |
| XYZ | 39.19 | 35.82 | 9.41 | - |
| YUV | 157.93 | 73.87 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 62 | 0 | 0.31 | 0.71 | 0.16 | 33.95 | 0.65 | 0.54 |
| Hex | D6 | 94 | 3E | 0 | 1F | 47 | 10 | 22 | 41 | 36 |
| Octal | 326 | 224 | 76 | 0 | 37 | 107 | 20 | 42 | 101 | 66 |
| Binary | 11010110 | 10010100 | 111110 | 0 | 11111 | 1000111 | 10000 | 100010 | 1000001 | 110110 |
Color Harmonies of #D6943E
Complementary color
Monochromatic Colors of #D6943E
Black with #D6943E
Text Example
Text Example
White with #D6943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6943E; }
p { color: rgb(214,148,62); }
H1.HeaderClassName
{
color: #D6943E;
}
.AnyTagClassName
{
color: #D6943E;
}
</style>
background-color css
<style>
a { background-color: #D6943E; }
a { background-color: rgb(214,148,62); }
div.DivClassName
{
background-color: #D6943E;
}
.BgClassName
{
background-color: #D6943E;
}
</style>
border-color css
<style>
span { border-color: #D6943E; }
span { border-color: rgb(214,148,62); }
td.TdClassName
{
border-color: #D6943E;
}
.TagClassName
{
border-color: #D6943E;
}
</style>