Shades of Fire Bush #D19D41
Tints of Fire Bush #D19D41
RGB
CMYK
RGB Variations
Color information
#D19D41 (or 0xD19D41) is known color: Fire Bush. HEX triplet: D1, 9D and 41. RGB value is (209,157,65). Sum of RGB (Red+Green+Blue) = 209+157+65=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19D41 is #2E62BE. Grayscale: #A2A2A2. Windows color (decimal): -3039935 or 4300241. OLE color: 4300241.
HSL color Cylindrical-coordinate representation of color #D19D41: hue angle of 38.33º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D19D41 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 65 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.18 |
| HSL | 38.33º | 0.61% | 0.54% | - |
| HSV(B) | 38.33º | 0.69% | 0.82% | - |
| XYZ | 39.31 | 38.05 | 10.27 | - |
| YUV | 162.06 | 73.23 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 65 | 0 | 0.25 | 0.69 | 0.18 | 38.33 | 0.61 | 0.54 |
| Hex | D1 | 9D | 41 | 0 | 19 | 45 | 12 | 26 | 3D | 36 |
| Octal | 321 | 235 | 101 | 0 | 31 | 105 | 22 | 46 | 75 | 66 |
| Binary | 11010001 | 10011101 | 1000001 | 0 | 11001 | 1000101 | 10010 | 100110 | 111101 | 110110 |
Color Harmonies of #D19D41
Complementary color
Monochromatic Colors of #D19D41
Black with #D19D41
Text Example
Text Example
White with #D19D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D41; }
p { color: rgb(209,157,65); }
H1.HeaderClassName
{
color: #D19D41;
}
.AnyTagClassName
{
color: #D19D41;
}
</style>
background-color css
<style>
a { background-color: #D19D41; }
a { background-color: rgb(209,157,65); }
div.DivClassName
{
background-color: #D19D41;
}
.BgClassName
{
background-color: #D19D41;
}
</style>
border-color css
<style>
span { border-color: #D19D41; }
span { border-color: rgb(209,157,65); }
td.TdClassName
{
border-color: #D19D41;
}
.TagClassName
{
border-color: #D19D41;
}
</style>