Shades of Fire Bush #D99D4D
Tints of Fire Bush #D99D4D
RGB
CMYK
RGB Variations
Color information
#D99D4D (or 0xD99D4D) is known color: Fire Bush. HEX triplet: D9, 9D and 4D. RGB value is (217,157,77). Sum of RGB (Red+Green+Blue) = 217+157+77=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D4D is #2662B2. Grayscale: #A6A6A6. Windows color (decimal): -2515635 or 5086681. OLE color: 5086681.
HSL color Cylindrical-coordinate representation of color #D99D4D: hue angle of 34.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D99D4D is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 77 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.15 |
| HSL | 34.29º | 0.65% | 0.58% | - |
| HSV(B) | 34.29º | 0.65% | 0.85% | - |
| XYZ | 42.01 | 39.4 | 12.41 | - |
| YUV | 165.82 | 77.88 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 77 | 0 | 0.28 | 0.65 | 0.15 | 34.29 | 0.65 | 0.58 |
| Hex | D9 | 9D | 4D | 0 | 1C | 41 | F | 22 | 41 | 3A |
| Octal | 331 | 235 | 115 | 0 | 34 | 101 | 17 | 42 | 101 | 72 |
| Binary | 11011001 | 10011101 | 1001101 | 0 | 11100 | 1000001 | 1111 | 100010 | 1000001 | 111010 |
Color Harmonies of #D99D4D
Complementary color
Monochromatic Colors of #D99D4D
Black with #D99D4D
Text Example
Text Example
White with #D99D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D4D; }
p { color: rgb(217,157,77); }
H1.HeaderClassName
{
color: #D99D4D;
}
.AnyTagClassName
{
color: #D99D4D;
}
</style>
background-color css
<style>
a { background-color: #D99D4D; }
a { background-color: rgb(217,157,77); }
div.DivClassName
{
background-color: #D99D4D;
}
.BgClassName
{
background-color: #D99D4D;
}
</style>
border-color css
<style>
span { border-color: #D99D4D; }
span { border-color: rgb(217,157,77); }
td.TdClassName
{
border-color: #D99D4D;
}
.TagClassName
{
border-color: #D99D4D;
}
</style>