Shades of Fire Bush #D7953C
Tints of Fire Bush #D7953C
RGB
CMYK
RGB Variations
Color information
#D7953C (or 0xD7953C) is known color: Fire Bush. HEX triplet: D7, 95 and 3C. RGB value is (215,149,60). Sum of RGB (Red+Green+Blue) = 215+149+60=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7953C is #286AC3. Grayscale: #9F9F9F. Windows color (decimal): -2648772 or 3970519. OLE color: 3970519.
HSL color Cylindrical-coordinate representation of color #D7953C: hue angle of 34.45º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D7953C is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 149 | 60 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.16 |
| HSL | 34.45º | 0.66% | 0.54% | - |
| HSV(B) | 34.45º | 0.72% | 0.84% | - |
| XYZ | 39.59 | 36.27 | 9.19 | - |
| YUV | 158.59 | 72.37 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 149 | 60 | 0 | 0.31 | 0.72 | 0.16 | 34.45 | 0.66 | 0.54 |
| Hex | D7 | 95 | 3C | 0 | 1F | 48 | 10 | 22 | 42 | 36 |
| Octal | 327 | 225 | 74 | 0 | 37 | 110 | 20 | 42 | 102 | 66 |
| Binary | 11010111 | 10010101 | 111100 | 0 | 11111 | 1001000 | 10000 | 100010 | 1000010 | 110110 |
Color Harmonies of #D7953C
Complementary color
Monochromatic Colors of #D7953C
Black with #D7953C
Text Example
Text Example
White with #D7953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7953C; }
p { color: rgb(215,149,60); }
H1.HeaderClassName
{
color: #D7953C;
}
.AnyTagClassName
{
color: #D7953C;
}
</style>
background-color css
<style>
a { background-color: #D7953C; }
a { background-color: rgb(215,149,60); }
div.DivClassName
{
background-color: #D7953C;
}
.BgClassName
{
background-color: #D7953C;
}
</style>
border-color css
<style>
span { border-color: #D7953C; }
span { border-color: rgb(215,149,60); }
td.TdClassName
{
border-color: #D7953C;
}
.TagClassName
{
border-color: #D7953C;
}
</style>