Shades of Fire Bush #D3984E
Tints of Fire Bush #D3984E
RGB
CMYK
RGB Variations
Color information
#D3984E (or 0xD3984E) is known color: Fire Bush. HEX triplet: D3, 98 and 4E. RGB value is (211,152,78). Sum of RGB (Red+Green+Blue) = 211+152+78=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D3984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3984E is #2C67B1. Grayscale: #A1A1A1. Windows color (decimal): -2910130 or 5150931. OLE color: 5150931.
HSL color Cylindrical-coordinate representation of color #D3984E: hue angle of 33.38º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3984E is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 78 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.17 |
| HSL | 33.38º | 0.6% | 0.57% | - |
| HSV(B) | 33.38º | 0.63% | 0.83% | - |
| XYZ | 39.47 | 36.86 | 12.24 | - |
| YUV | 161.21 | 81.05 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 78 | 0 | 0.28 | 0.63 | 0.17 | 33.38 | 0.6 | 0.57 |
| Hex | D3 | 98 | 4E | 0 | 1C | 3F | 11 | 21 | 3C | 39 |
| Octal | 323 | 230 | 116 | 0 | 34 | 77 | 21 | 41 | 74 | 71 |
| Binary | 11010011 | 10011000 | 1001110 | 0 | 11100 | 111111 | 10001 | 100001 | 111100 | 111001 |
Color Harmonies of #D3984E
Complementary color
Monochromatic Colors of #D3984E
Black with #D3984E
Text Example
Text Example
White with #D3984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3984E; }
p { color: rgb(211,152,78); }
H1.HeaderClassName
{
color: #D3984E;
}
.AnyTagClassName
{
color: #D3984E;
}
</style>
background-color css
<style>
a { background-color: #D3984E; }
a { background-color: rgb(211,152,78); }
div.DivClassName
{
background-color: #D3984E;
}
.BgClassName
{
background-color: #D3984E;
}
</style>
border-color css
<style>
span { border-color: #D3984E; }
span { border-color: rgb(211,152,78); }
td.TdClassName
{
border-color: #D3984E;
}
.TagClassName
{
border-color: #D3984E;
}
</style>