Shades of Fire Bush #D99C37
Tints of Fire Bush #D99C37
RGB
CMYK
RGB Variations
Color information
#D99C37 (or 0xD99C37) is known color: Fire Bush. HEX triplet: D9, 9C and 37. RGB value is (217,156,55). Sum of RGB (Red+Green+Blue) = 217+156+55=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 55 (21.88% from 255 or 12.85% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99C37 is #2663C8. Grayscale: #A3A3A3. Windows color (decimal): -2515913 or 3644633. OLE color: 3644633.
HSL color Cylindrical-coordinate representation of color #D99C37: hue angle of 37.41º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D99C37 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 55 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.15 |
| HSL | 37.41º | 0.68% | 0.53% | - |
| HSV(B) | 37.41º | 0.75% | 0.85% | - |
| XYZ | 41.19 | 38.8 | 8.93 | - |
| YUV | 162.73 | 67.21 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 55 | 0 | 0.28 | 0.75 | 0.15 | 37.41 | 0.68 | 0.53 |
| Hex | D9 | 9C | 37 | 0 | 1C | 4B | F | 25 | 44 | 35 |
| Octal | 331 | 234 | 67 | 0 | 34 | 113 | 17 | 45 | 104 | 65 |
| Binary | 11011001 | 10011100 | 110111 | 0 | 11100 | 1001011 | 1111 | 100101 | 1000100 | 110101 |
Color Harmonies of #D99C37
Complementary color
Monochromatic Colors of #D99C37
Black with #D99C37
Text Example
Text Example
White with #D99C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99C37; }
p { color: rgb(217,156,55); }
H1.HeaderClassName
{
color: #D99C37;
}
.AnyTagClassName
{
color: #D99C37;
}
</style>
background-color css
<style>
a { background-color: #D99C37; }
a { background-color: rgb(217,156,55); }
div.DivClassName
{
background-color: #D99C37;
}
.BgClassName
{
background-color: #D99C37;
}
</style>
border-color css
<style>
span { border-color: #D99C37; }
span { border-color: rgb(217,156,55); }
td.TdClassName
{
border-color: #D99C37;
}
.TagClassName
{
border-color: #D99C37;
}
</style>