Shades of Fire Bush #D69841
Tints of Fire Bush #D69841
RGB
CMYK
RGB Variations
Color information
#D69841 (or 0xD69841) is known color: Fire Bush. HEX triplet: D6, 98 and 41. RGB value is (214,152,65). Sum of RGB (Red+Green+Blue) = 214+152+65=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D69841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69841 is #2967BE. Grayscale: #A1A1A1. Windows color (decimal): -2713535 or 4298966. OLE color: 4298966.
HSL color Cylindrical-coordinate representation of color #D69841: hue angle of 35.03º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D69841 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 65 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.16 |
| HSL | 35.03º | 0.65% | 0.55% | - |
| HSV(B) | 35.03º | 0.7% | 0.84% | - |
| XYZ | 39.91 | 37.13 | 10.06 | - |
| YUV | 160.62 | 74.04 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 65 | 0 | 0.29 | 0.70 | 0.16 | 35.03 | 0.65 | 0.55 |
| Hex | D6 | 98 | 41 | 0 | 1D | 46 | 10 | 23 | 41 | 37 |
| Octal | 326 | 230 | 101 | 0 | 35 | 106 | 20 | 43 | 101 | 67 |
| Binary | 11010110 | 10011000 | 1000001 | 0 | 11101 | 1000110 | 10000 | 100011 | 1000001 | 110111 |
Color Harmonies of #D69841
Complementary color
Monochromatic Colors of #D69841
Black with #D69841
Text Example
Text Example
White with #D69841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69841; }
p { color: rgb(214,152,65); }
H1.HeaderClassName
{
color: #D69841;
}
.AnyTagClassName
{
color: #D69841;
}
</style>
background-color css
<style>
a { background-color: #D69841; }
a { background-color: rgb(214,152,65); }
div.DivClassName
{
background-color: #D69841;
}
.BgClassName
{
background-color: #D69841;
}
</style>
border-color css
<style>
span { border-color: #D69841; }
span { border-color: rgb(214,152,65); }
td.TdClassName
{
border-color: #D69841;
}
.TagClassName
{
border-color: #D69841;
}
</style>