Shades of Fire Bush #D9903C
Tints of Fire Bush #D9903C
RGB
CMYK
RGB Variations
Color information
#D9903C (or 0xD9903C) is known color: Fire Bush. HEX triplet: D9, 90 and 3C. RGB value is (217,144,60). Sum of RGB (Red+Green+Blue) = 217+144+60=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9903C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9903C is #266FC3. Grayscale: #9C9C9C. Windows color (decimal): -2518980 or 3969241. OLE color: 3969241.
HSL color Cylindrical-coordinate representation of color #D9903C: hue angle of 32.1º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9903C is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 60 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.15 |
| HSL | 32.1º | 0.67% | 0.54% | - |
| HSV(B) | 32.1º | 0.72% | 0.85% | - |
| XYZ | 39.4 | 35.02 | 8.96 | - |
| YUV | 156.25 | 73.68 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 60 | 0 | 0.34 | 0.72 | 0.15 | 32.1 | 0.67 | 0.54 |
| Hex | D9 | 90 | 3C | 0 | 22 | 48 | F | 20 | 43 | 36 |
| Octal | 331 | 220 | 74 | 0 | 42 | 110 | 17 | 40 | 103 | 66 |
| Binary | 11011001 | 10010000 | 111100 | 0 | 100010 | 1001000 | 1111 | 100000 | 1000011 | 110110 |
Color Harmonies of #D9903C
Complementary color
Monochromatic Colors of #D9903C
Black with #D9903C
Text Example
Text Example
White with #D9903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9903C; }
p { color: rgb(217,144,60); }
H1.HeaderClassName
{
color: #D9903C;
}
.AnyTagClassName
{
color: #D9903C;
}
</style>
background-color css
<style>
a { background-color: #D9903C; }
a { background-color: rgb(217,144,60); }
div.DivClassName
{
background-color: #D9903C;
}
.BgClassName
{
background-color: #D9903C;
}
</style>
border-color css
<style>
span { border-color: #D9903C; }
span { border-color: rgb(217,144,60); }
td.TdClassName
{
border-color: #D9903C;
}
.TagClassName
{
border-color: #D9903C;
}
</style>