Shades of Fire Bush #D6983D
Tints of Fire Bush #D6983D
RGB
CMYK
RGB Variations
Color information
#D6983D (or 0xD6983D) is known color: Fire Bush. HEX triplet: D6, 98 and 3D. RGB value is (214,152,61). Sum of RGB (Red+Green+Blue) = 214+152+61=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6983D is #2967C2. Grayscale: #A0A0A0. Windows color (decimal): -2713539 or 4036822. OLE color: 4036822.
HSL color Cylindrical-coordinate representation of color #D6983D: hue angle of 35.69º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6983D is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 61 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.16 |
| HSL | 35.69º | 0.65% | 0.54% | - |
| HSV(B) | 35.69º | 0.71% | 0.84% | - |
| XYZ | 39.8 | 37.09 | 9.48 | - |
| YUV | 160.16 | 72.04 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 61 | 0 | 0.29 | 0.71 | 0.16 | 35.69 | 0.65 | 0.54 |
| Hex | D6 | 98 | 3D | 0 | 1D | 47 | 10 | 24 | 41 | 36 |
| Octal | 326 | 230 | 75 | 0 | 35 | 107 | 20 | 44 | 101 | 66 |
| Binary | 11010110 | 10011000 | 111101 | 0 | 11101 | 1000111 | 10000 | 100100 | 1000001 | 110110 |
Color Harmonies of #D6983D
Complementary color
Monochromatic Colors of #D6983D
Black with #D6983D
Text Example
Text Example
White with #D6983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6983D; }
p { color: rgb(214,152,61); }
H1.HeaderClassName
{
color: #D6983D;
}
.AnyTagClassName
{
color: #D6983D;
}
</style>
background-color css
<style>
a { background-color: #D6983D; }
a { background-color: rgb(214,152,61); }
div.DivClassName
{
background-color: #D6983D;
}
.BgClassName
{
background-color: #D6983D;
}
</style>
border-color css
<style>
span { border-color: #D6983D; }
span { border-color: rgb(214,152,61); }
td.TdClassName
{
border-color: #D6983D;
}
.TagClassName
{
border-color: #D6983D;
}
</style>