Shades of Fire Bush #D09C47
Tints of Fire Bush #D09C47
RGB
CMYK
RGB Variations
Color information
#D09C47 (or 0xD09C47) is known color: Fire Bush. HEX triplet: D0, 9C and 47. RGB value is (208,156,71). Sum of RGB (Red+Green+Blue) = 208+156+71=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09C47 is #2F63B8. Grayscale: #A2A2A2. Windows color (decimal): -3105721 or 4693200. OLE color: 4693200.
HSL color Cylindrical-coordinate representation of color #D09C47: hue angle of 37.23º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D09C47 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 71 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.18 |
| HSL | 37.23º | 0.59% | 0.55% | - |
| HSV(B) | 37.23º | 0.66% | 0.82% | - |
| XYZ | 39.04 | 37.64 | 11.17 | - |
| YUV | 161.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 71 | 0 | 0.25 | 0.66 | 0.18 | 37.23 | 0.59 | 0.55 |
| Hex | D0 | 9C | 47 | 0 | 19 | 42 | 12 | 25 | 3B | 37 |
| Octal | 320 | 234 | 107 | 0 | 31 | 102 | 22 | 45 | 73 | 67 |
| Binary | 11010000 | 10011100 | 1000111 | 0 | 11001 | 1000010 | 10010 | 100101 | 111011 | 110111 |
Color Harmonies of #D09C47
Complementary color
Monochromatic Colors of #D09C47
Black with #D09C47
Text Example
Text Example
White with #D09C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09C47; }
p { color: rgb(208,156,71); }
H1.HeaderClassName
{
color: #D09C47;
}
.AnyTagClassName
{
color: #D09C47;
}
</style>
background-color css
<style>
a { background-color: #D09C47; }
a { background-color: rgb(208,156,71); }
div.DivClassName
{
background-color: #D09C47;
}
.BgClassName
{
background-color: #D09C47;
}
</style>
border-color css
<style>
span { border-color: #D09C47; }
span { border-color: rgb(208,156,71); }
td.TdClassName
{
border-color: #D09C47;
}
.TagClassName
{
border-color: #D09C47;
}
</style>