Shades of Fire Bush #D8943C
Tints of Fire Bush #D8943C
RGB
CMYK
RGB Variations
Color information
#D8943C (or 0xD8943C) is known color: Fire Bush. HEX triplet: D8, 94 and 3C. RGB value is (216,148,60). Sum of RGB (Red+Green+Blue) = 216+148+60=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8943C is #276BC3. Grayscale: #9E9E9E. Windows color (decimal): -2583492 or 3970264. OLE color: 3970264.
HSL color Cylindrical-coordinate representation of color #D8943C: hue angle of 33.85º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8943C is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 60 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.15 |
| HSL | 33.85º | 0.67% | 0.54% | - |
| HSV(B) | 33.85º | 0.72% | 0.85% | - |
| XYZ | 39.72 | 36.1 | 9.15 | - |
| YUV | 158.3 | 72.53 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 60 | 0 | 0.31 | 0.72 | 0.15 | 33.85 | 0.67 | 0.54 |
| Hex | D8 | 94 | 3C | 0 | 1F | 48 | F | 22 | 43 | 36 |
| Octal | 330 | 224 | 74 | 0 | 37 | 110 | 17 | 42 | 103 | 66 |
| Binary | 11011000 | 10010100 | 111100 | 0 | 11111 | 1001000 | 1111 | 100010 | 1000011 | 110110 |
Color Harmonies of #D8943C
Complementary color
Monochromatic Colors of #D8943C
Black with #D8943C
Text Example
Text Example
White with #D8943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8943C; }
p { color: rgb(216,148,60); }
H1.HeaderClassName
{
color: #D8943C;
}
.AnyTagClassName
{
color: #D8943C;
}
</style>
background-color css
<style>
a { background-color: #D8943C; }
a { background-color: rgb(216,148,60); }
div.DivClassName
{
background-color: #D8943C;
}
.BgClassName
{
background-color: #D8943C;
}
</style>
border-color css
<style>
span { border-color: #D8943C; }
span { border-color: rgb(216,148,60); }
td.TdClassName
{
border-color: #D8943C;
}
.TagClassName
{
border-color: #D8943C;
}
</style>