Shades of Fire Bush #D99D3C
Tints of Fire Bush #D99D3C
RGB
CMYK
RGB Variations
Color information
#D99D3C (or 0xD99D3C) is known color: Fire Bush. HEX triplet: D9, 9D and 3C. RGB value is (217,157,60). Sum of RGB (Red+Green+Blue) = 217+157+60=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99D3C is #2662C3. Grayscale: #A4A4A4. Windows color (decimal): -2515652 or 3972569. OLE color: 3972569.
HSL color Cylindrical-coordinate representation of color #D99D3C: hue angle of 37.07º 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 #D99D3C is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 60 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.15 |
| HSL | 37.07º | 0.67% | 0.54% | - |
| HSV(B) | 37.07º | 0.72% | 0.85% | - |
| XYZ | 41.49 | 39.19 | 9.65 | - |
| YUV | 163.88 | 69.38 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 60 | 0 | 0.28 | 0.72 | 0.15 | 37.07 | 0.67 | 0.54 |
| Hex | D9 | 9D | 3C | 0 | 1C | 48 | F | 25 | 43 | 36 |
| Octal | 331 | 235 | 74 | 0 | 34 | 110 | 17 | 45 | 103 | 66 |
| Binary | 11011001 | 10011101 | 111100 | 0 | 11100 | 1001000 | 1111 | 100101 | 1000011 | 110110 |
Color Harmonies of #D99D3C
Complementary color
Monochromatic Colors of #D99D3C
Black with #D99D3C
Text Example
Text Example
White with #D99D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D3C; }
p { color: rgb(217,157,60); }
H1.HeaderClassName
{
color: #D99D3C;
}
.AnyTagClassName
{
color: #D99D3C;
}
</style>
background-color css
<style>
a { background-color: #D99D3C; }
a { background-color: rgb(217,157,60); }
div.DivClassName
{
background-color: #D99D3C;
}
.BgClassName
{
background-color: #D99D3C;
}
</style>
border-color css
<style>
span { border-color: #D99D3C; }
span { border-color: rgb(217,157,60); }
td.TdClassName
{
border-color: #D99D3C;
}
.TagClassName
{
border-color: #D99D3C;
}
</style>