Shades of Fire Bush #D9914B
Tints of Fire Bush #D9914B
RGB
CMYK
RGB Variations
Color information
#D9914B (or 0xD9914B) is known color: Fire Bush. HEX triplet: D9, 91 and 4B. RGB value is (217,145,75). Sum of RGB (Red+Green+Blue) = 217+145+75=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9914B is #266EB4. Grayscale: #9E9E9E. Windows color (decimal): -2518709 or 4952537. OLE color: 4952537.
HSL color Cylindrical-coordinate representation of color #D9914B: hue angle of 29.58º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9914B is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 75 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.15 |
| HSL | 29.58º | 0.65% | 0.57% | - |
| HSV(B) | 29.58º | 0.65% | 0.85% | - |
| XYZ | 40.01 | 35.51 | 11.4 | - |
| YUV | 158.55 | 80.85 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 75 | 0 | 0.33 | 0.65 | 0.15 | 29.58 | 0.65 | 0.57 |
| Hex | D9 | 91 | 4B | 0 | 21 | 41 | F | 1E | 41 | 39 |
| Octal | 331 | 221 | 113 | 0 | 41 | 101 | 17 | 36 | 101 | 71 |
| Binary | 11011001 | 10010001 | 1001011 | 0 | 100001 | 1000001 | 1111 | 11110 | 1000001 | 111001 |
Color Harmonies of #D9914B
Complementary color
Monochromatic Colors of #D9914B
Black with #D9914B
Text Example
Text Example
White with #D9914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9914B; }
p { color: rgb(217,145,75); }
H1.HeaderClassName
{
color: #D9914B;
}
.AnyTagClassName
{
color: #D9914B;
}
</style>
background-color css
<style>
a { background-color: #D9914B; }
a { background-color: rgb(217,145,75); }
div.DivClassName
{
background-color: #D9914B;
}
.BgClassName
{
background-color: #D9914B;
}
</style>
border-color css
<style>
span { border-color: #D9914B; }
span { border-color: rgb(217,145,75); }
td.TdClassName
{
border-color: #D9914B;
}
.TagClassName
{
border-color: #D9914B;
}
</style>