Shades of Fire Bush #D19D4A
Tints of Fire Bush #D19D4A
RGB
CMYK
RGB Variations
Color information
#D19D4A (or 0xD19D4A) is known color: Fire Bush. HEX triplet: D1, 9D and 4A. RGB value is (209,157,74). Sum of RGB (Red+Green+Blue) = 209+157+74=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19D4A is #2E62B5. Grayscale: #A3A3A3. Windows color (decimal): -3039926 or 4890065. OLE color: 4890065.
HSL color Cylindrical-coordinate representation of color #D19D4A: hue angle of 36.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D19D4A is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 74 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.18 |
| HSL | 36.89º | 0.59% | 0.55% | - |
| HSV(B) | 36.89º | 0.65% | 0.82% | - |
| XYZ | 39.59 | 38.16 | 11.76 | - |
| YUV | 163.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 74 | 0 | 0.25 | 0.65 | 0.18 | 36.89 | 0.59 | 0.55 |
| Hex | D1 | 9D | 4A | 0 | 19 | 41 | 12 | 25 | 3B | 37 |
| Octal | 321 | 235 | 112 | 0 | 31 | 101 | 22 | 45 | 73 | 67 |
| Binary | 11010001 | 10011101 | 1001010 | 0 | 11001 | 1000001 | 10010 | 100101 | 111011 | 110111 |
Color Harmonies of #D19D4A
Complementary color
Monochromatic Colors of #D19D4A
Black with #D19D4A
Text Example
Text Example
White with #D19D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D4A; }
p { color: rgb(209,157,74); }
H1.HeaderClassName
{
color: #D19D4A;
}
.AnyTagClassName
{
color: #D19D4A;
}
</style>
background-color css
<style>
a { background-color: #D19D4A; }
a { background-color: rgb(209,157,74); }
div.DivClassName
{
background-color: #D19D4A;
}
.BgClassName
{
background-color: #D19D4A;
}
</style>
border-color css
<style>
span { border-color: #D19D4A; }
span { border-color: rgb(209,157,74); }
td.TdClassName
{
border-color: #D19D4A;
}
.TagClassName
{
border-color: #D19D4A;
}
</style>