Shades of Fire Bush #D69F46
Tints of Fire Bush #D69F46
RGB
CMYK
RGB Variations
Color information
#D69F46 (or 0xD69F46) is known color: Fire Bush. HEX triplet: D6, 9F and 46. RGB value is (214,159,70). Sum of RGB (Red+Green+Blue) = 214+159+70=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69F46 is #2960B9. Grayscale: #A5A5A5. Windows color (decimal): -2711738 or 4628438. OLE color: 4628438.
HSL color Cylindrical-coordinate representation of color #D69F46: hue angle of 37.08º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D69F46 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 70 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.16 |
| HSL | 37.08º | 0.64% | 0.56% | - |
| HSV(B) | 37.08º | 0.67% | 0.84% | - |
| XYZ | 41.24 | 39.53 | 11.25 | - |
| YUV | 165.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 70 | 0 | 0.26 | 0.67 | 0.16 | 37.08 | 0.64 | 0.56 |
| Hex | D6 | 9F | 46 | 0 | 1A | 43 | 10 | 25 | 40 | 38 |
| Octal | 326 | 237 | 106 | 0 | 32 | 103 | 20 | 45 | 100 | 70 |
| Binary | 11010110 | 10011111 | 1000110 | 0 | 11010 | 1000011 | 10000 | 100101 | 1000000 | 111000 |
Color Harmonies of #D69F46
Complementary color
Monochromatic Colors of #D69F46
Black with #D69F46
Text Example
Text Example
White with #D69F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69F46; }
p { color: rgb(214,159,70); }
H1.HeaderClassName
{
color: #D69F46;
}
.AnyTagClassName
{
color: #D69F46;
}
</style>
background-color css
<style>
a { background-color: #D69F46; }
a { background-color: rgb(214,159,70); }
div.DivClassName
{
background-color: #D69F46;
}
.BgClassName
{
background-color: #D69F46;
}
</style>
border-color css
<style>
span { border-color: #D69F46; }
span { border-color: rgb(214,159,70); }
td.TdClassName
{
border-color: #D69F46;
}
.TagClassName
{
border-color: #D69F46;
}
</style>