Shades of Fire Bush #D99A3C
Tints of Fire Bush #D99A3C
RGB
CMYK
RGB Variations
Color information
#D99A3C (or 0xD99A3C) is known color: Fire Bush. HEX triplet: D9, 9A and 3C. RGB value is (217,154,60). Sum of RGB (Red+Green+Blue) = 217+154+60=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A3C is #2665C3. Grayscale: #A2A2A2. Windows color (decimal): -2516420 or 3971801. OLE color: 3971801.
HSL color Cylindrical-coordinate representation of color #D99A3C: hue angle of 35.92º 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 #D99A3C is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 60 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.15 |
| HSL | 35.92º | 0.67% | 0.54% | - |
| HSV(B) | 35.92º | 0.72% | 0.85% | - |
| XYZ | 40.99 | 38.19 | 9.49 | - |
| YUV | 162.12 | 70.37 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 60 | 0 | 0.29 | 0.72 | 0.15 | 35.92 | 0.67 | 0.54 |
| Hex | D9 | 9A | 3C | 0 | 1D | 48 | F | 24 | 43 | 36 |
| Octal | 331 | 232 | 74 | 0 | 35 | 110 | 17 | 44 | 103 | 66 |
| Binary | 11011001 | 10011010 | 111100 | 0 | 11101 | 1001000 | 1111 | 100100 | 1000011 | 110110 |
Color Harmonies of #D99A3C
Complementary color
Monochromatic Colors of #D99A3C
Black with #D99A3C
Text Example
Text Example
White with #D99A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A3C; }
p { color: rgb(217,154,60); }
H1.HeaderClassName
{
color: #D99A3C;
}
.AnyTagClassName
{
color: #D99A3C;
}
</style>
background-color css
<style>
a { background-color: #D99A3C; }
a { background-color: rgb(217,154,60); }
div.DivClassName
{
background-color: #D99A3C;
}
.BgClassName
{
background-color: #D99A3C;
}
</style>
border-color css
<style>
span { border-color: #D99A3C; }
span { border-color: rgb(217,154,60); }
td.TdClassName
{
border-color: #D99A3C;
}
.TagClassName
{
border-color: #D99A3C;
}
</style>