Shades of Fire Bush #D99C4C
Tints of Fire Bush #D99C4C
RGB
CMYK
RGB Variations
Color information
#D99C4C (or 0xD99C4C) is known color: Fire Bush. HEX triplet: D9, 9C and 4C. RGB value is (217,156,76). Sum of RGB (Red+Green+Blue) = 217+156+76=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99C4C is #2663B3. Grayscale: #A5A5A5. Windows color (decimal): -2515892 or 5020889. OLE color: 5020889.
HSL color Cylindrical-coordinate representation of color #D99C4C: hue angle of 34.04º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D99C4C is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 76 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.15 |
| HSL | 34.04º | 0.65% | 0.57% | - |
| HSV(B) | 34.04º | 0.65% | 0.85% | - |
| XYZ | 41.81 | 39.05 | 12.17 | - |
| YUV | 165.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 76 | 0 | 0.28 | 0.65 | 0.15 | 34.04 | 0.65 | 0.57 |
| Hex | D9 | 9C | 4C | 0 | 1C | 41 | F | 22 | 41 | 39 |
| Octal | 331 | 234 | 114 | 0 | 34 | 101 | 17 | 42 | 101 | 71 |
| Binary | 11011001 | 10011100 | 1001100 | 0 | 11100 | 1000001 | 1111 | 100010 | 1000001 | 111001 |
Color Harmonies of #D99C4C
Complementary color
Monochromatic Colors of #D99C4C
Black with #D99C4C
Text Example
Text Example
White with #D99C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99C4C; }
p { color: rgb(217,156,76); }
H1.HeaderClassName
{
color: #D99C4C;
}
.AnyTagClassName
{
color: #D99C4C;
}
</style>
background-color css
<style>
a { background-color: #D99C4C; }
a { background-color: rgb(217,156,76); }
div.DivClassName
{
background-color: #D99C4C;
}
.BgClassName
{
background-color: #D99C4C;
}
</style>
border-color css
<style>
span { border-color: #D99C4C; }
span { border-color: rgb(217,156,76); }
td.TdClassName
{
border-color: #D99C4C;
}
.TagClassName
{
border-color: #D99C4C;
}
</style>