Shades of Fire Bush #D9903D
Tints of Fire Bush #D9903D
RGB
CMYK
RGB Variations
Color information
#D9903D (or 0xD9903D) is known color: Fire Bush. HEX triplet: D9, 90 and 3D. RGB value is (217,144,61). Sum of RGB (Red+Green+Blue) = 217+144+61=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9903D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9903D is #266FC2. Grayscale: #9C9C9C. Windows color (decimal): -2518979 or 4034777. OLE color: 4034777.
HSL color Cylindrical-coordinate representation of color #D9903D: hue angle of 31.92º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9903D is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 61 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.15 |
| HSL | 31.92º | 0.67% | 0.55% | - |
| HSV(B) | 31.92º | 0.72% | 0.85% | - |
| XYZ | 39.43 | 35.04 | 9.1 | - |
| YUV | 156.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 61 | 0 | 0.34 | 0.72 | 0.15 | 31.92 | 0.67 | 0.55 |
| Hex | D9 | 90 | 3D | 0 | 22 | 48 | F | 20 | 43 | 37 |
| Octal | 331 | 220 | 75 | 0 | 42 | 110 | 17 | 40 | 103 | 67 |
| Binary | 11011001 | 10010000 | 111101 | 0 | 100010 | 1001000 | 1111 | 100000 | 1000011 | 110111 |
Color Harmonies of #D9903D
Complementary color
Monochromatic Colors of #D9903D
Black with #D9903D
Text Example
Text Example
White with #D9903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9903D; }
p { color: rgb(217,144,61); }
H1.HeaderClassName
{
color: #D9903D;
}
.AnyTagClassName
{
color: #D9903D;
}
</style>
background-color css
<style>
a { background-color: #D9903D; }
a { background-color: rgb(217,144,61); }
div.DivClassName
{
background-color: #D9903D;
}
.BgClassName
{
background-color: #D9903D;
}
</style>
border-color css
<style>
span { border-color: #D9903D; }
span { border-color: rgb(217,144,61); }
td.TdClassName
{
border-color: #D9903D;
}
.TagClassName
{
border-color: #D9903D;
}
</style>