Shades of Fire Bush #D9953C
Tints of Fire Bush #D9953C
RGB
CMYK
RGB Variations
Color information
#D9953C (or 0xD9953C) is known color: Fire Bush. HEX triplet: D9, 95 and 3C. RGB value is (217,149,60). Sum of RGB (Red+Green+Blue) = 217+149+60=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9953C is #266AC3. Grayscale: #9F9F9F. Windows color (decimal): -2517700 or 3970521. OLE color: 3970521.
HSL color Cylindrical-coordinate representation of color #D9953C: hue angle of 34.01º 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 #D9953C is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 60 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.15 |
| HSL | 34.01º | 0.67% | 0.54% | - |
| HSV(B) | 34.01º | 0.72% | 0.85% | - |
| XYZ | 40.18 | 36.57 | 9.22 | - |
| YUV | 159.19 | 72.03 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 60 | 0 | 0.31 | 0.72 | 0.15 | 34.01 | 0.67 | 0.54 |
| Hex | D9 | 95 | 3C | 0 | 1F | 48 | F | 22 | 43 | 36 |
| Octal | 331 | 225 | 74 | 0 | 37 | 110 | 17 | 42 | 103 | 66 |
| Binary | 11011001 | 10010101 | 111100 | 0 | 11111 | 1001000 | 1111 | 100010 | 1000011 | 110110 |
Color Harmonies of #D9953C
Complementary color
Monochromatic Colors of #D9953C
Black with #D9953C
Text Example
Text Example
White with #D9953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9953C; }
p { color: rgb(217,149,60); }
H1.HeaderClassName
{
color: #D9953C;
}
.AnyTagClassName
{
color: #D9953C;
}
</style>
background-color css
<style>
a { background-color: #D9953C; }
a { background-color: rgb(217,149,60); }
div.DivClassName
{
background-color: #D9953C;
}
.BgClassName
{
background-color: #D9953C;
}
</style>
border-color css
<style>
span { border-color: #D9953C; }
span { border-color: rgb(217,149,60); }
td.TdClassName
{
border-color: #D9953C;
}
.TagClassName
{
border-color: #D9953C;
}
</style>