Shades of Fire Bush #D99748
Tints of Fire Bush #D99748
RGB
CMYK
RGB Variations
Color information
#D99748 (or 0xD99748) is known color: Fire Bush. HEX triplet: D9, 97 and 48. RGB value is (217,151,72). Sum of RGB (Red+Green+Blue) = 217+151+72=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D99748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99748 is #2668B7. Grayscale: #A2A2A2. Windows color (decimal): -2517176 or 4757465. OLE color: 4757465.
HSL color Cylindrical-coordinate representation of color #D99748: hue angle of 32.69º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D99748 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 72 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.15 |
| HSL | 32.69º | 0.66% | 0.57% | - |
| HSV(B) | 32.69º | 0.67% | 0.85% | - |
| XYZ | 40.85 | 37.35 | 11.19 | - |
| YUV | 161.73 | 77.37 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 72 | 0 | 0.30 | 0.67 | 0.15 | 32.69 | 0.66 | 0.57 |
| Hex | D9 | 97 | 48 | 0 | 1E | 43 | F | 21 | 42 | 39 |
| Octal | 331 | 227 | 110 | 0 | 36 | 103 | 17 | 41 | 102 | 71 |
| Binary | 11011001 | 10010111 | 1001000 | 0 | 11110 | 1000011 | 1111 | 100001 | 1000010 | 111001 |
Color Harmonies of #D99748
Complementary color
Monochromatic Colors of #D99748
Black with #D99748
Text Example
Text Example
White with #D99748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99748; }
p { color: rgb(217,151,72); }
H1.HeaderClassName
{
color: #D99748;
}
.AnyTagClassName
{
color: #D99748;
}
</style>
background-color css
<style>
a { background-color: #D99748; }
a { background-color: rgb(217,151,72); }
div.DivClassName
{
background-color: #D99748;
}
.BgClassName
{
background-color: #D99748;
}
</style>
border-color css
<style>
span { border-color: #D99748; }
span { border-color: rgb(217,151,72); }
td.TdClassName
{
border-color: #D99748;
}
.TagClassName
{
border-color: #D99748;
}
</style>