Shades of Fire Bush #D99739
Tints of Fire Bush #D99739
RGB
CMYK
RGB Variations
Color information
#D99739 (or 0xD99739) is known color: Fire Bush. HEX triplet: D9, 97 and 39. RGB value is (217,151,57). Sum of RGB (Red+Green+Blue) = 217+151+57=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D99739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99739 is #2668C6. Grayscale: #A0A0A0. Windows color (decimal): -2517191 or 3774425. OLE color: 3774425.
HSL color Cylindrical-coordinate representation of color #D99739: hue angle of 35.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D99739 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 57 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.15 |
| HSL | 35.25º | 0.68% | 0.54% | - |
| HSV(B) | 35.25º | 0.74% | 0.85% | - |
| XYZ | 40.42 | 37.18 | 8.92 | - |
| YUV | 160.02 | 69.87 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 57 | 0 | 0.30 | 0.74 | 0.15 | 35.25 | 0.68 | 0.54 |
| Hex | D9 | 97 | 39 | 0 | 1E | 4A | F | 23 | 44 | 36 |
| Octal | 331 | 227 | 71 | 0 | 36 | 112 | 17 | 43 | 104 | 66 |
| Binary | 11011001 | 10010111 | 111001 | 0 | 11110 | 1001010 | 1111 | 100011 | 1000100 | 110110 |
Color Harmonies of #D99739
Complementary color
Monochromatic Colors of #D99739
Black with #D99739
Text Example
Text Example
White with #D99739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99739; }
p { color: rgb(217,151,57); }
H1.HeaderClassName
{
color: #D99739;
}
.AnyTagClassName
{
color: #D99739;
}
</style>
background-color css
<style>
a { background-color: #D99739; }
a { background-color: rgb(217,151,57); }
div.DivClassName
{
background-color: #D99739;
}
.BgClassName
{
background-color: #D99739;
}
</style>
border-color css
<style>
span { border-color: #D99739; }
span { border-color: rgb(217,151,57); }
td.TdClassName
{
border-color: #D99739;
}
.TagClassName
{
border-color: #D99739;
}
</style>