Shades of Fire Bush #D99B3E
Tints of Fire Bush #D99B3E
RGB
CMYK
RGB Variations
Color information
#D99B3E (or 0xD99B3E) is known color: Fire Bush. HEX triplet: D9, 9B and 3E. RGB value is (217,155,62). Sum of RGB (Red+Green+Blue) = 217+155+62=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99B3E is #2664C1. Grayscale: #A3A3A3. Windows color (decimal): -2516162 or 4103129. OLE color: 4103129.
HSL color Cylindrical-coordinate representation of color #D99B3E: hue angle of 36º 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 #D99B3E is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 62 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.15 |
| HSL | 36º | 0.67% | 0.55% | - |
| HSV(B) | 36º | 0.71% | 0.85% | - |
| XYZ | 41.21 | 38.54 | 9.83 | - |
| YUV | 162.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 62 | 0 | 0.29 | 0.71 | 0.15 | 36 | 0.67 | 0.55 |
| Hex | D9 | 9B | 3E | 0 | 1D | 47 | F | 24 | 43 | 37 |
| Octal | 331 | 233 | 76 | 0 | 35 | 107 | 17 | 44 | 103 | 67 |
| Binary | 11011001 | 10011011 | 111110 | 0 | 11101 | 1000111 | 1111 | 100100 | 1000011 | 110111 |
Color Harmonies of #D99B3E
Complementary color
Monochromatic Colors of #D99B3E
Black with #D99B3E
Text Example
Text Example
White with #D99B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B3E; }
p { color: rgb(217,155,62); }
H1.HeaderClassName
{
color: #D99B3E;
}
.AnyTagClassName
{
color: #D99B3E;
}
</style>
background-color css
<style>
a { background-color: #D99B3E; }
a { background-color: rgb(217,155,62); }
div.DivClassName
{
background-color: #D99B3E;
}
.BgClassName
{
background-color: #D99B3E;
}
</style>
border-color css
<style>
span { border-color: #D99B3E; }
span { border-color: rgb(217,155,62); }
td.TdClassName
{
border-color: #D99B3E;
}
.TagClassName
{
border-color: #D99B3E;
}
</style>