Shades of Fire Bush #D69C47
Tints of Fire Bush #D69C47
RGB
CMYK
RGB Variations
Color information
#D69C47 (or 0xD69C47) is known color: Fire Bush. HEX triplet: D6, 9C and 47. RGB value is (214,156,71). Sum of RGB (Red+Green+Blue) = 214+156+71=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69C47 is #2963B8. Grayscale: #A4A4A4. Windows color (decimal): -2712505 or 4693206. OLE color: 4693206.
HSL color Cylindrical-coordinate representation of color #D69C47: hue angle of 35.66º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D69C47 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 71 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.16 |
| HSL | 35.66º | 0.64% | 0.56% | - |
| HSV(B) | 35.66º | 0.67% | 0.84% | - |
| XYZ | 40.76 | 38.53 | 11.25 | - |
| YUV | 163.65 | 75.72 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 71 | 0 | 0.27 | 0.67 | 0.16 | 35.66 | 0.64 | 0.56 |
| Hex | D6 | 9C | 47 | 0 | 1B | 43 | 10 | 24 | 40 | 38 |
| Octal | 326 | 234 | 107 | 0 | 33 | 103 | 20 | 44 | 100 | 70 |
| Binary | 11010110 | 10011100 | 1000111 | 0 | 11011 | 1000011 | 10000 | 100100 | 1000000 | 111000 |
Color Harmonies of #D69C47
Complementary color
Monochromatic Colors of #D69C47
Black with #D69C47
Text Example
Text Example
White with #D69C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C47; }
p { color: rgb(214,156,71); }
H1.HeaderClassName
{
color: #D69C47;
}
.AnyTagClassName
{
color: #D69C47;
}
</style>
background-color css
<style>
a { background-color: #D69C47; }
a { background-color: rgb(214,156,71); }
div.DivClassName
{
background-color: #D69C47;
}
.BgClassName
{
background-color: #D69C47;
}
</style>
border-color css
<style>
span { border-color: #D69C47; }
span { border-color: rgb(214,156,71); }
td.TdClassName
{
border-color: #D69C47;
}
.TagClassName
{
border-color: #D69C47;
}
</style>