Shades of Fire Bush #D8993E
Tints of Fire Bush #D8993E
RGB
CMYK
RGB Variations
Color information
#D8993E (or 0xD8993E) is known color: Fire Bush. HEX triplet: D8, 99 and 3E. RGB value is (216,153,62). Sum of RGB (Red+Green+Blue) = 216+153+62=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8993E is #2766C1. Grayscale: #A1A1A1. Windows color (decimal): -2582210 or 4102616. OLE color: 4102616.
HSL color Cylindrical-coordinate representation of color #D8993E: hue angle of 35.45º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8993E is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 62 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.15 |
| HSL | 35.45º | 0.66% | 0.55% | - |
| HSV(B) | 35.45º | 0.71% | 0.85% | - |
| XYZ | 40.58 | 37.73 | 9.7 | - |
| YUV | 161.46 | 71.87 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 62 | 0 | 0.29 | 0.71 | 0.15 | 35.45 | 0.66 | 0.55 |
| Hex | D8 | 99 | 3E | 0 | 1D | 47 | F | 23 | 42 | 37 |
| Octal | 330 | 231 | 76 | 0 | 35 | 107 | 17 | 43 | 102 | 67 |
| Binary | 11011000 | 10011001 | 111110 | 0 | 11101 | 1000111 | 1111 | 100011 | 1000010 | 110111 |
Color Harmonies of #D8993E
Complementary color
Monochromatic Colors of #D8993E
Black with #D8993E
Text Example
Text Example
White with #D8993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8993E; }
p { color: rgb(216,153,62); }
H1.HeaderClassName
{
color: #D8993E;
}
.AnyTagClassName
{
color: #D8993E;
}
</style>
background-color css
<style>
a { background-color: #D8993E; }
a { background-color: rgb(216,153,62); }
div.DivClassName
{
background-color: #D8993E;
}
.BgClassName
{
background-color: #D8993E;
}
</style>
border-color css
<style>
span { border-color: #D8993E; }
span { border-color: rgb(216,153,62); }
td.TdClassName
{
border-color: #D8993E;
}
.TagClassName
{
border-color: #D8993E;
}
</style>