Shades of Fire Bush #D99B4A
Tints of Fire Bush #D99B4A
RGB
CMYK
RGB Variations
Color information
#D99B4A (or 0xD99B4A) is known color: Fire Bush. HEX triplet: D9, 9B and 4A. RGB value is (217,155,74). Sum of RGB (Red+Green+Blue) = 217+155+74=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99B4A is #2664B5. Grayscale: #A4A4A4. Windows color (decimal): -2516150 or 4889561. OLE color: 4889561.
HSL color Cylindrical-coordinate representation of color #D99B4A: hue angle of 33.99º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D99B4A is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 74 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.15 |
| HSL | 33.99º | 0.65% | 0.57% | - |
| HSV(B) | 33.99º | 0.66% | 0.85% | - |
| XYZ | 41.57 | 38.69 | 11.76 | - |
| YUV | 164.3 | 77.04 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 74 | 0 | 0.29 | 0.66 | 0.15 | 33.99 | 0.65 | 0.57 |
| Hex | D9 | 9B | 4A | 0 | 1D | 42 | F | 22 | 41 | 39 |
| Octal | 331 | 233 | 112 | 0 | 35 | 102 | 17 | 42 | 101 | 71 |
| Binary | 11011001 | 10011011 | 1001010 | 0 | 11101 | 1000010 | 1111 | 100010 | 1000001 | 111001 |
Color Harmonies of #D99B4A
Complementary color
Monochromatic Colors of #D99B4A
Black with #D99B4A
Text Example
Text Example
White with #D99B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B4A; }
p { color: rgb(217,155,74); }
H1.HeaderClassName
{
color: #D99B4A;
}
.AnyTagClassName
{
color: #D99B4A;
}
</style>
background-color css
<style>
a { background-color: #D99B4A; }
a { background-color: rgb(217,155,74); }
div.DivClassName
{
background-color: #D99B4A;
}
.BgClassName
{
background-color: #D99B4A;
}
</style>
border-color css
<style>
span { border-color: #D99B4A; }
span { border-color: rgb(217,155,74); }
td.TdClassName
{
border-color: #D99B4A;
}
.TagClassName
{
border-color: #D99B4A;
}
</style>