Shades of Fire Bush #D99D38
Tints of Fire Bush #D99D38
RGB
CMYK
RGB Variations
Color information
#D99D38 (or 0xD99D38) is known color: Fire Bush. HEX triplet: D9, 9D and 38. RGB value is (217,157,56). Sum of RGB (Red+Green+Blue) = 217+157+56=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99D38 is #2662C7. Grayscale: #A3A3A3. Windows color (decimal): -2515656 or 3710425. OLE color: 3710425.
HSL color Cylindrical-coordinate representation of color #D99D38: hue angle of 37.64º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D99D38 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 56 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.15 |
| HSL | 37.64º | 0.68% | 0.54% | - |
| HSV(B) | 37.64º | 0.74% | 0.85% | - |
| XYZ | 41.39 | 39.15 | 9.12 | - |
| YUV | 163.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 56 | 0 | 0.28 | 0.74 | 0.15 | 37.64 | 0.68 | 0.54 |
| Hex | D9 | 9D | 38 | 0 | 1C | 4A | F | 26 | 44 | 36 |
| Octal | 331 | 235 | 70 | 0 | 34 | 112 | 17 | 46 | 104 | 66 |
| Binary | 11011001 | 10011101 | 111000 | 0 | 11100 | 1001010 | 1111 | 100110 | 1000100 | 110110 |
Color Harmonies of #D99D38
Complementary color
Monochromatic Colors of #D99D38
Black with #D99D38
Text Example
Text Example
White with #D99D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D38; }
p { color: rgb(217,157,56); }
H1.HeaderClassName
{
color: #D99D38;
}
.AnyTagClassName
{
color: #D99D38;
}
</style>
background-color css
<style>
a { background-color: #D99D38; }
a { background-color: rgb(217,157,56); }
div.DivClassName
{
background-color: #D99D38;
}
.BgClassName
{
background-color: #D99D38;
}
</style>
border-color css
<style>
span { border-color: #D99D38; }
span { border-color: rgb(217,157,56); }
td.TdClassName
{
border-color: #D99D38;
}
.TagClassName
{
border-color: #D99D38;
}
</style>