Shades of Fire Bush #D99A38
Tints of Fire Bush #D99A38
RGB
CMYK
RGB Variations
Color information
#D99A38 (or 0xD99A38) is known color: Fire Bush. HEX triplet: D9, 9A and 38. RGB value is (217,154,56). Sum of RGB (Red+Green+Blue) = 217+154+56=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A38 is #2665C7. Grayscale: #A2A2A2. Windows color (decimal): -2516424 or 3709657. OLE color: 3709657.
HSL color Cylindrical-coordinate representation of color #D99A38: hue angle of 36.52º 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 #D99A38 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 56 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.15 |
| HSL | 36.52º | 0.68% | 0.54% | - |
| HSV(B) | 36.52º | 0.74% | 0.85% | - |
| XYZ | 40.88 | 38.15 | 8.95 | - |
| YUV | 161.67 | 68.37 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 56 | 0 | 0.29 | 0.74 | 0.15 | 36.52 | 0.68 | 0.54 |
| Hex | D9 | 9A | 38 | 0 | 1D | 4A | F | 25 | 44 | 36 |
| Octal | 331 | 232 | 70 | 0 | 35 | 112 | 17 | 45 | 104 | 66 |
| Binary | 11011001 | 10011010 | 111000 | 0 | 11101 | 1001010 | 1111 | 100101 | 1000100 | 110110 |
Color Harmonies of #D99A38
Complementary color
Monochromatic Colors of #D99A38
Black with #D99A38
Text Example
Text Example
White with #D99A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A38; }
p { color: rgb(217,154,56); }
H1.HeaderClassName
{
color: #D99A38;
}
.AnyTagClassName
{
color: #D99A38;
}
</style>
background-color css
<style>
a { background-color: #D99A38; }
a { background-color: rgb(217,154,56); }
div.DivClassName
{
background-color: #D99A38;
}
.BgClassName
{
background-color: #D99A38;
}
</style>
border-color css
<style>
span { border-color: #D99A38; }
span { border-color: rgb(217,154,56); }
td.TdClassName
{
border-color: #D99A38;
}
.TagClassName
{
border-color: #D99A38;
}
</style>