Shades of Fire Bush #DC9648
Tints of Fire Bush #DC9648
RGB
CMYK
RGB Variations
Color information
#DC9648 (or 0xDC9648) is known color: Fire Bush. HEX triplet: DC, 96 and 48. RGB value is (220,150,72). Sum of RGB (Red+Green+Blue) = 220+150+72=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9648 is #2369B7. Grayscale: #A2A2A2. Windows color (decimal): -2320824 or 4757212. OLE color: 4757212.
HSL color Cylindrical-coordinate representation of color #DC9648: hue angle of 31.62º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC9648 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 72 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.14 |
| HSL | 31.62º | 0.68% | 0.57% | - |
| HSV(B) | 31.62º | 0.67% | 0.86% | - |
| XYZ | 41.59 | 37.5 | 11.18 | - |
| YUV | 162.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 72 | 0 | 0.32 | 0.67 | 0.14 | 31.62 | 0.68 | 0.57 |
| Hex | DC | 96 | 48 | 0 | 20 | 43 | E | 20 | 44 | 39 |
| Octal | 334 | 226 | 110 | 0 | 40 | 103 | 16 | 40 | 104 | 71 |
| Binary | 11011100 | 10010110 | 1001000 | 0 | 100000 | 1000011 | 1110 | 100000 | 1000100 | 111001 |
Color Harmonies of #DC9648
Complementary color
Monochromatic Colors of #DC9648
Black with #DC9648
Text Example
Text Example
White with #DC9648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9648; }
p { color: rgb(220,150,72); }
H1.HeaderClassName
{
color: #DC9648;
}
.AnyTagClassName
{
color: #DC9648;
}
</style>
background-color css
<style>
a { background-color: #DC9648; }
a { background-color: rgb(220,150,72); }
div.DivClassName
{
background-color: #DC9648;
}
.BgClassName
{
background-color: #DC9648;
}
</style>
border-color css
<style>
span { border-color: #DC9648; }
span { border-color: rgb(220,150,72); }
td.TdClassName
{
border-color: #DC9648;
}
.TagClassName
{
border-color: #DC9648;
}
</style>