Shades of Fire Bush #D7924C
Tints of Fire Bush #D7924C
RGB
CMYK
RGB Variations
Color information
#D7924C (or 0xD7924C) is known color: Fire Bush. HEX triplet: D7, 92 and 4C. RGB value is (215,146,76). Sum of RGB (Red+Green+Blue) = 215+146+76=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7924C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7924C is #286DB3. Grayscale: #9F9F9F. Windows color (decimal): -2649524 or 5018327. OLE color: 5018327.
HSL color Cylindrical-coordinate representation of color #D7924C: hue angle of 30.22º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7924C is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 76 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.16 |
| HSL | 30.22º | 0.63% | 0.57% | - |
| HSV(B) | 30.22º | 0.65% | 0.84% | - |
| XYZ | 39.61 | 35.53 | 11.61 | - |
| YUV | 158.65 | 81.36 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 76 | 0 | 0.32 | 0.65 | 0.16 | 30.22 | 0.63 | 0.57 |
| Hex | D7 | 92 | 4C | 0 | 20 | 41 | 10 | 1E | 3F | 39 |
| Octal | 327 | 222 | 114 | 0 | 40 | 101 | 20 | 36 | 77 | 71 |
| Binary | 11010111 | 10010010 | 1001100 | 0 | 100000 | 1000001 | 10000 | 11110 | 111111 | 111001 |
Color Harmonies of #D7924C
Complementary color
Monochromatic Colors of #D7924C
Black with #D7924C
Text Example
Text Example
White with #D7924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7924C; }
p { color: rgb(215,146,76); }
H1.HeaderClassName
{
color: #D7924C;
}
.AnyTagClassName
{
color: #D7924C;
}
</style>
background-color css
<style>
a { background-color: #D7924C; }
a { background-color: rgb(215,146,76); }
div.DivClassName
{
background-color: #D7924C;
}
.BgClassName
{
background-color: #D7924C;
}
</style>
border-color css
<style>
span { border-color: #D7924C; }
span { border-color: rgb(215,146,76); }
td.TdClassName
{
border-color: #D7924C;
}
.TagClassName
{
border-color: #D7924C;
}
</style>