Shades of Fire Bush #D09D42
Tints of Fire Bush #D09D42
RGB
CMYK
RGB Variations
Color information
#D09D42 (or 0xD09D42) is known color: Fire Bush. HEX triplet: D0, 9D and 42. RGB value is (208,157,66). Sum of RGB (Red+Green+Blue) = 208+157+66=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09D42 is #2F62BD. Grayscale: #A2A2A2. Windows color (decimal): -3105470 or 4365776. OLE color: 4365776.
HSL color Cylindrical-coordinate representation of color #D09D42: hue angle of 38.45º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D09D42 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 66 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.18 |
| HSL | 38.45º | 0.6% | 0.54% | - |
| HSV(B) | 38.45º | 0.68% | 0.82% | - |
| XYZ | 39.05 | 37.92 | 10.41 | - |
| YUV | 161.88 | 73.9 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 66 | 0 | 0.25 | 0.68 | 0.18 | 38.45 | 0.6 | 0.54 |
| Hex | D0 | 9D | 42 | 0 | 19 | 44 | 12 | 26 | 3C | 36 |
| Octal | 320 | 235 | 102 | 0 | 31 | 104 | 22 | 46 | 74 | 66 |
| Binary | 11010000 | 10011101 | 1000010 | 0 | 11001 | 1000100 | 10010 | 100110 | 111100 | 110110 |
Color Harmonies of #D09D42
Complementary color
Monochromatic Colors of #D09D42
Black with #D09D42
Text Example
Text Example
White with #D09D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D42; }
p { color: rgb(208,157,66); }
H1.HeaderClassName
{
color: #D09D42;
}
.AnyTagClassName
{
color: #D09D42;
}
</style>
background-color css
<style>
a { background-color: #D09D42; }
a { background-color: rgb(208,157,66); }
div.DivClassName
{
background-color: #D09D42;
}
.BgClassName
{
background-color: #D09D42;
}
</style>
border-color css
<style>
span { border-color: #D09D42; }
span { border-color: rgb(208,157,66); }
td.TdClassName
{
border-color: #D09D42;
}
.TagClassName
{
border-color: #D09D42;
}
</style>