Shades of Fire Bush #D99D3E
Tints of Fire Bush #D99D3E
RGB
CMYK
RGB Variations
Color information
#D99D3E (or 0xD99D3E) is known color: Fire Bush. HEX triplet: D9, 9D and 3E. RGB value is (217,157,62). Sum of RGB (Red+Green+Blue) = 217+157+62=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99D3E is #2662C1. Grayscale: #A4A4A4. Windows color (decimal): -2515650 or 4103641. OLE color: 4103641.
HSL color Cylindrical-coordinate representation of color #D99D3E: hue angle of 36.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D99D3E is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 62 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.15 |
| HSL | 36.77º | 0.67% | 0.55% | - |
| HSV(B) | 36.77º | 0.71% | 0.85% | - |
| XYZ | 41.54 | 39.21 | 9.94 | - |
| YUV | 164.11 | 70.38 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 62 | 0 | 0.28 | 0.71 | 0.15 | 36.77 | 0.67 | 0.55 |
| Hex | D9 | 9D | 3E | 0 | 1C | 47 | F | 25 | 43 | 37 |
| Octal | 331 | 235 | 76 | 0 | 34 | 107 | 17 | 45 | 103 | 67 |
| Binary | 11011001 | 10011101 | 111110 | 0 | 11100 | 1000111 | 1111 | 100101 | 1000011 | 110111 |
Color Harmonies of #D99D3E
Complementary color
Monochromatic Colors of #D99D3E
Black with #D99D3E
Text Example
Text Example
White with #D99D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D3E; }
p { color: rgb(217,157,62); }
H1.HeaderClassName
{
color: #D99D3E;
}
.AnyTagClassName
{
color: #D99D3E;
}
</style>
background-color css
<style>
a { background-color: #D99D3E; }
a { background-color: rgb(217,157,62); }
div.DivClassName
{
background-color: #D99D3E;
}
.BgClassName
{
background-color: #D99D3E;
}
</style>
border-color css
<style>
span { border-color: #D99D3E; }
span { border-color: rgb(217,157,62); }
td.TdClassName
{
border-color: #D99D3E;
}
.TagClassName
{
border-color: #D99D3E;
}
</style>