Shades of Fire Bush #D9943C
Tints of Fire Bush #D9943C
RGB
CMYK
RGB Variations
Color information
#D9943C (or 0xD9943C) is known color: Fire Bush. HEX triplet: D9, 94 and 3C. RGB value is (217,148,60). Sum of RGB (Red+Green+Blue) = 217+148+60=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9943C is #266BC3. Grayscale: #9F9F9F. Windows color (decimal): -2517956 or 3970265. OLE color: 3970265.
HSL color Cylindrical-coordinate representation of color #D9943C: hue angle of 33.63º 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 #D9943C is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 60 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.15 |
| HSL | 33.63º | 0.67% | 0.54% | - |
| HSV(B) | 33.63º | 0.72% | 0.85% | - |
| XYZ | 40.02 | 36.26 | 9.16 | - |
| YUV | 158.6 | 72.36 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 60 | 0 | 0.32 | 0.72 | 0.15 | 33.63 | 0.67 | 0.54 |
| Hex | D9 | 94 | 3C | 0 | 20 | 48 | F | 22 | 43 | 36 |
| Octal | 331 | 224 | 74 | 0 | 40 | 110 | 17 | 42 | 103 | 66 |
| Binary | 11011001 | 10010100 | 111100 | 0 | 100000 | 1001000 | 1111 | 100010 | 1000011 | 110110 |
Color Harmonies of #D9943C
Complementary color
Monochromatic Colors of #D9943C
Black with #D9943C
Text Example
Text Example
White with #D9943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9943C; }
p { color: rgb(217,148,60); }
H1.HeaderClassName
{
color: #D9943C;
}
.AnyTagClassName
{
color: #D9943C;
}
</style>
background-color css
<style>
a { background-color: #D9943C; }
a { background-color: rgb(217,148,60); }
div.DivClassName
{
background-color: #D9943C;
}
.BgClassName
{
background-color: #D9943C;
}
</style>
border-color css
<style>
span { border-color: #D9943C; }
span { border-color: rgb(217,148,60); }
td.TdClassName
{
border-color: #D9943C;
}
.TagClassName
{
border-color: #D9943C;
}
</style>