Shades of Fire Bush #D98D3D
Tints of Fire Bush #D98D3D
RGB
CMYK
RGB Variations
Color information
#D98D3D (or 0xD98D3D) is known color: Fire Bush. HEX triplet: D9, 8D and 3D. RGB value is (217,141,61). Sum of RGB (Red+Green+Blue) = 217+141+61=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98D3D is #2672C2. Grayscale: #9B9B9B. Windows color (decimal): -2519747 or 4034009. OLE color: 4034009.
HSL color Cylindrical-coordinate representation of color #D98D3D: hue angle of 30.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D98D3D is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 61 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.15 |
| HSL | 30.77º | 0.67% | 0.55% | - |
| HSV(B) | 30.77º | 0.72% | 0.85% | - |
| XYZ | 38.98 | 34.14 | 8.95 | - |
| YUV | 154.6 | 75.18 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 61 | 0 | 0.35 | 0.72 | 0.15 | 30.77 | 0.67 | 0.55 |
| Hex | D9 | 8D | 3D | 0 | 23 | 48 | F | 1F | 43 | 37 |
| Octal | 331 | 215 | 75 | 0 | 43 | 110 | 17 | 37 | 103 | 67 |
| Binary | 11011001 | 10001101 | 111101 | 0 | 100011 | 1001000 | 1111 | 11111 | 1000011 | 110111 |
Color Harmonies of #D98D3D
Complementary color
Monochromatic Colors of #D98D3D
Black with #D98D3D
Text Example
Text Example
White with #D98D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98D3D; }
p { color: rgb(217,141,61); }
H1.HeaderClassName
{
color: #D98D3D;
}
.AnyTagClassName
{
color: #D98D3D;
}
</style>
background-color css
<style>
a { background-color: #D98D3D; }
a { background-color: rgb(217,141,61); }
div.DivClassName
{
background-color: #D98D3D;
}
.BgClassName
{
background-color: #D98D3D;
}
</style>
border-color css
<style>
span { border-color: #D98D3D; }
span { border-color: rgb(217,141,61); }
td.TdClassName
{
border-color: #D98D3D;
}
.TagClassName
{
border-color: #D98D3D;
}
</style>