Shades of Fire Bush #D9904A
Tints of Fire Bush #D9904A
RGB
CMYK
RGB Variations
Color information
#D9904A (or 0xD9904A) is known color: Fire Bush. HEX triplet: D9, 90 and 4A. RGB value is (217,144,74). Sum of RGB (Red+Green+Blue) = 217+144+74=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9904A is #266FB5. Grayscale: #9E9E9E. Windows color (decimal): -2518966 or 4886745. OLE color: 4886745.
HSL color Cylindrical-coordinate representation of color #D9904A: hue angle of 29.37º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9904A is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 74 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.15 |
| HSL | 29.37º | 0.65% | 0.57% | - |
| HSV(B) | 29.37º | 0.66% | 0.85% | - |
| XYZ | 39.82 | 35.19 | 11.17 | - |
| YUV | 157.85 | 80.68 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 74 | 0 | 0.34 | 0.66 | 0.15 | 29.37 | 0.65 | 0.57 |
| Hex | D9 | 90 | 4A | 0 | 22 | 42 | F | 1D | 41 | 39 |
| Octal | 331 | 220 | 112 | 0 | 42 | 102 | 17 | 35 | 101 | 71 |
| Binary | 11011001 | 10010000 | 1001010 | 0 | 100010 | 1000010 | 1111 | 11101 | 1000001 | 111001 |
Color Harmonies of #D9904A
Complementary color
Monochromatic Colors of #D9904A
Black with #D9904A
Text Example
Text Example
White with #D9904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9904A; }
p { color: rgb(217,144,74); }
H1.HeaderClassName
{
color: #D9904A;
}
.AnyTagClassName
{
color: #D9904A;
}
</style>
background-color css
<style>
a { background-color: #D9904A; }
a { background-color: rgb(217,144,74); }
div.DivClassName
{
background-color: #D9904A;
}
.BgClassName
{
background-color: #D9904A;
}
</style>
border-color css
<style>
span { border-color: #D9904A; }
span { border-color: rgb(217,144,74); }
td.TdClassName
{
border-color: #D9904A;
}
.TagClassName
{
border-color: #D9904A;
}
</style>