Shades of Fire Bush #D6924A
Tints of Fire Bush #D6924A
RGB
CMYK
RGB Variations
Color information
#D6924A (or 0xD6924A) is known color: Fire Bush. HEX triplet: D6, 92 and 4A. RGB value is (214,146,74). Sum of RGB (Red+Green+Blue) = 214+146+74=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6924A is #296DB5. Grayscale: #9E9E9E. Windows color (decimal): -2715062 or 4887254. OLE color: 4887254.
HSL color Cylindrical-coordinate representation of color #D6924A: hue angle of 30.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6924A is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 74 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.16 |
| HSL | 30.86º | 0.63% | 0.56% | - |
| HSV(B) | 30.86º | 0.65% | 0.84% | - |
| XYZ | 39.25 | 35.35 | 11.23 | - |
| YUV | 158.12 | 80.53 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 74 | 0 | 0.32 | 0.65 | 0.16 | 30.86 | 0.63 | 0.56 |
| Hex | D6 | 92 | 4A | 0 | 20 | 41 | 10 | 1F | 3F | 38 |
| Octal | 326 | 222 | 112 | 0 | 40 | 101 | 20 | 37 | 77 | 70 |
| Binary | 11010110 | 10010010 | 1001010 | 0 | 100000 | 1000001 | 10000 | 11111 | 111111 | 111000 |
Color Harmonies of #D6924A
Complementary color
Monochromatic Colors of #D6924A
Black with #D6924A
Text Example
Text Example
White with #D6924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6924A; }
p { color: rgb(214,146,74); }
H1.HeaderClassName
{
color: #D6924A;
}
.AnyTagClassName
{
color: #D6924A;
}
</style>
background-color css
<style>
a { background-color: #D6924A; }
a { background-color: rgb(214,146,74); }
div.DivClassName
{
background-color: #D6924A;
}
.BgClassName
{
background-color: #D6924A;
}
</style>
border-color css
<style>
span { border-color: #D6924A; }
span { border-color: rgb(214,146,74); }
td.TdClassName
{
border-color: #D6924A;
}
.TagClassName
{
border-color: #D6924A;
}
</style>