Shades of Fire Bush #D99644
Tints of Fire Bush #D99644
RGB
CMYK
RGB Variations
Color information
#D99644 (or 0xD99644) is known color: Fire Bush. HEX triplet: D9, 96 and 44. RGB value is (217,150,68). Sum of RGB (Red+Green+Blue) = 217+150+68=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D99644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99644 is #2669BB. Grayscale: #A1A1A1. Windows color (decimal): -2517436 or 4495065. OLE color: 4495065.
HSL color Cylindrical-coordinate representation of color #D99644: hue angle of 33.02º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D99644 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 68 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.15 |
| HSL | 33.02º | 0.66% | 0.56% | - |
| HSV(B) | 33.02º | 0.69% | 0.85% | - |
| XYZ | 40.57 | 36.98 | 10.47 | - |
| YUV | 160.69 | 75.7 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 68 | 0 | 0.31 | 0.69 | 0.15 | 33.02 | 0.66 | 0.56 |
| Hex | D9 | 96 | 44 | 0 | 1F | 45 | F | 21 | 42 | 38 |
| Octal | 331 | 226 | 104 | 0 | 37 | 105 | 17 | 41 | 102 | 70 |
| Binary | 11011001 | 10010110 | 1000100 | 0 | 11111 | 1000101 | 1111 | 100001 | 1000010 | 111000 |
Color Harmonies of #D99644
Complementary color
Monochromatic Colors of #D99644
Black with #D99644
Text Example
Text Example
White with #D99644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99644; }
p { color: rgb(217,150,68); }
H1.HeaderClassName
{
color: #D99644;
}
.AnyTagClassName
{
color: #D99644;
}
</style>
background-color css
<style>
a { background-color: #D99644; }
a { background-color: rgb(217,150,68); }
div.DivClassName
{
background-color: #D99644;
}
.BgClassName
{
background-color: #D99644;
}
</style>
border-color css
<style>
span { border-color: #D99644; }
span { border-color: rgb(217,150,68); }
td.TdClassName
{
border-color: #D99644;
}
.TagClassName
{
border-color: #D99644;
}
</style>