Shades of Fire Bush #D99B4B
Tints of Fire Bush #D99B4B
RGB
CMYK
RGB Variations
Color information
#D99B4B (or 0xD99B4B) is known color: Fire Bush. HEX triplet: D9, 9B and 4B. RGB value is (217,155,75). Sum of RGB (Red+Green+Blue) = 217+155+75=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99B4B is #2664B4. Grayscale: #A4A4A4. Windows color (decimal): -2516149 or 4955097. OLE color: 4955097.
HSL color Cylindrical-coordinate representation of color #D99B4B: hue angle of 33.8º 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 #D99B4B is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 75 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.15 |
| HSL | 33.8º | 0.65% | 0.57% | - |
| HSV(B) | 33.8º | 0.65% | 0.85% | - |
| XYZ | 41.61 | 38.7 | 11.93 | - |
| YUV | 164.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 75 | 0 | 0.29 | 0.65 | 0.15 | 33.8 | 0.65 | 0.57 |
| Hex | D9 | 9B | 4B | 0 | 1D | 41 | F | 22 | 41 | 39 |
| Octal | 331 | 233 | 113 | 0 | 35 | 101 | 17 | 42 | 101 | 71 |
| Binary | 11011001 | 10011011 | 1001011 | 0 | 11101 | 1000001 | 1111 | 100010 | 1000001 | 111001 |
Color Harmonies of #D99B4B
Complementary color
Monochromatic Colors of #D99B4B
Black with #D99B4B
Text Example
Text Example
White with #D99B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B4B; }
p { color: rgb(217,155,75); }
H1.HeaderClassName
{
color: #D99B4B;
}
.AnyTagClassName
{
color: #D99B4B;
}
</style>
background-color css
<style>
a { background-color: #D99B4B; }
a { background-color: rgb(217,155,75); }
div.DivClassName
{
background-color: #D99B4B;
}
.BgClassName
{
background-color: #D99B4B;
}
</style>
border-color css
<style>
span { border-color: #D99B4B; }
span { border-color: rgb(217,155,75); }
td.TdClassName
{
border-color: #D99B4B;
}
.TagClassName
{
border-color: #D99B4B;
}
</style>