Shades of Fire Bush #D9993F
Tints of Fire Bush #D9993F
RGB
CMYK
RGB Variations
Color information
#D9993F (or 0xD9993F) is known color: Fire Bush. HEX triplet: D9, 99 and 3F. RGB value is (217,153,63). Sum of RGB (Red+Green+Blue) = 217+153+63=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D9993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9993F is #2666C0. Grayscale: #A2A2A2. Windows color (decimal): -2516673 or 4168153. OLE color: 4168153.
HSL color Cylindrical-coordinate representation of color #D9993F: hue angle of 35.06º degrees, saturation: 0.67, 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 #D9993F is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 63 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.15 |
| HSL | 35.06º | 0.67% | 0.55% | - |
| HSV(B) | 35.06º | 0.71% | 0.85% | - |
| XYZ | 40.9 | 37.89 | 9.86 | - |
| YUV | 161.88 | 72.2 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 63 | 0 | 0.29 | 0.71 | 0.15 | 35.06 | 0.67 | 0.55 |
| Hex | D9 | 99 | 3F | 0 | 1D | 47 | F | 23 | 43 | 37 |
| Octal | 331 | 231 | 77 | 0 | 35 | 107 | 17 | 43 | 103 | 67 |
| Binary | 11011001 | 10011001 | 111111 | 0 | 11101 | 1000111 | 1111 | 100011 | 1000011 | 110111 |
Color Harmonies of #D9993F
Complementary color
Monochromatic Colors of #D9993F
Black with #D9993F
Text Example
Text Example
White with #D9993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9993F; }
p { color: rgb(217,153,63); }
H1.HeaderClassName
{
color: #D9993F;
}
.AnyTagClassName
{
color: #D9993F;
}
</style>
background-color css
<style>
a { background-color: #D9993F; }
a { background-color: rgb(217,153,63); }
div.DivClassName
{
background-color: #D9993F;
}
.BgClassName
{
background-color: #D9993F;
}
</style>
border-color css
<style>
span { border-color: #D9993F; }
span { border-color: rgb(217,153,63); }
td.TdClassName
{
border-color: #D9993F;
}
.TagClassName
{
border-color: #D9993F;
}
</style>