Shades of Fire Bush #D69141
Tints of Fire Bush #D69141
RGB
CMYK
RGB Variations
Color information
#D69141 (or 0xD69141) is known color: Fire Bush. HEX triplet: D6, 91 and 41. RGB value is (214,145,65). Sum of RGB (Red+Green+Blue) = 214+145+65=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D69141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69141 is #296EBE. Grayscale: #9C9C9C. Windows color (decimal): -2715327 or 4297174. OLE color: 4297174.
HSL color Cylindrical-coordinate representation of color #D69141: hue angle of 32.21º 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 #D69141 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 65 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.16 |
| HSL | 32.21º | 0.65% | 0.55% | - |
| HSV(B) | 32.21º | 0.7% | 0.84% | - |
| XYZ | 38.81 | 34.93 | 9.7 | - |
| YUV | 156.51 | 76.36 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 65 | 0 | 0.32 | 0.70 | 0.16 | 32.21 | 0.65 | 0.55 |
| Hex | D6 | 91 | 41 | 0 | 20 | 46 | 10 | 20 | 41 | 37 |
| Octal | 326 | 221 | 101 | 0 | 40 | 106 | 20 | 40 | 101 | 67 |
| Binary | 11010110 | 10010001 | 1000001 | 0 | 100000 | 1000110 | 10000 | 100000 | 1000001 | 110111 |
Color Harmonies of #D69141
Complementary color
Monochromatic Colors of #D69141
Black with #D69141
Text Example
Text Example
White with #D69141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69141; }
p { color: rgb(214,145,65); }
H1.HeaderClassName
{
color: #D69141;
}
.AnyTagClassName
{
color: #D69141;
}
</style>
background-color css
<style>
a { background-color: #D69141; }
a { background-color: rgb(214,145,65); }
div.DivClassName
{
background-color: #D69141;
}
.BgClassName
{
background-color: #D69141;
}
</style>
border-color css
<style>
span { border-color: #D69141; }
span { border-color: rgb(214,145,65); }
td.TdClassName
{
border-color: #D69141;
}
.TagClassName
{
border-color: #D69141;
}
</style>