Shades of Fire Bush #D99A4E
Tints of Fire Bush #D99A4E
RGB
CMYK
RGB Variations
Color information
#D99A4E (or 0xD99A4E) is known color: Fire Bush. HEX triplet: D9, 9A and 4E. RGB value is (217,154,78). Sum of RGB (Red+Green+Blue) = 217+154+78=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A4E is #2665B1. Grayscale: #A4A4A4. Windows color (decimal): -2516402 or 5151449. OLE color: 5151449.
HSL color Cylindrical-coordinate representation of color #D99A4E: hue angle of 32.81º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D99A4E is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 78 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.15 |
| HSL | 32.81º | 0.65% | 0.58% | - |
| HSV(B) | 32.81º | 0.64% | 0.85% | - |
| XYZ | 41.55 | 38.41 | 12.43 | - |
| YUV | 164.17 | 79.37 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 78 | 0 | 0.29 | 0.64 | 0.15 | 32.81 | 0.65 | 0.58 |
| Hex | D9 | 9A | 4E | 0 | 1D | 40 | F | 21 | 41 | 3A |
| Octal | 331 | 232 | 116 | 0 | 35 | 100 | 17 | 41 | 101 | 72 |
| Binary | 11011001 | 10011010 | 1001110 | 0 | 11101 | 1000000 | 1111 | 100001 | 1000001 | 111010 |
Color Harmonies of #D99A4E
Complementary color
Monochromatic Colors of #D99A4E
Black with #D99A4E
Text Example
Text Example
White with #D99A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A4E; }
p { color: rgb(217,154,78); }
H1.HeaderClassName
{
color: #D99A4E;
}
.AnyTagClassName
{
color: #D99A4E;
}
</style>
background-color css
<style>
a { background-color: #D99A4E; }
a { background-color: rgb(217,154,78); }
div.DivClassName
{
background-color: #D99A4E;
}
.BgClassName
{
background-color: #D99A4E;
}
</style>
border-color css
<style>
span { border-color: #D99A4E; }
span { border-color: rgb(217,154,78); }
td.TdClassName
{
border-color: #D99A4E;
}
.TagClassName
{
border-color: #D99A4E;
}
</style>