Shades of Fire Bush #DC9744
Tints of Fire Bush #DC9744
RGB
CMYK
RGB Variations
Color information
#DC9744 (or 0xDC9744) is known color: Fire Bush. HEX triplet: DC, 97 and 44. RGB value is (220,151,68). Sum of RGB (Red+Green+Blue) = 220+151+68=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9744 is #2368BB. Grayscale: #A2A2A2. Windows color (decimal): -2320572 or 4495324. OLE color: 4495324.
HSL color Cylindrical-coordinate representation of color #DC9744: hue angle of 32.76º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC9744 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 68 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.14 |
| HSL | 32.76º | 0.68% | 0.56% | - |
| HSV(B) | 32.76º | 0.69% | 0.86% | - |
| XYZ | 41.63 | 37.77 | 10.56 | - |
| YUV | 162.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 68 | 0 | 0.31 | 0.69 | 0.14 | 32.76 | 0.68 | 0.56 |
| Hex | DC | 97 | 44 | 0 | 1F | 45 | E | 21 | 44 | 38 |
| Octal | 334 | 227 | 104 | 0 | 37 | 105 | 16 | 41 | 104 | 70 |
| Binary | 11011100 | 10010111 | 1000100 | 0 | 11111 | 1000101 | 1110 | 100001 | 1000100 | 111000 |
Color Harmonies of #DC9744
Complementary color
Monochromatic Colors of #DC9744
Black with #DC9744
Text Example
Text Example
White with #DC9744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9744; }
p { color: rgb(220,151,68); }
H1.HeaderClassName
{
color: #DC9744;
}
.AnyTagClassName
{
color: #DC9744;
}
</style>
background-color css
<style>
a { background-color: #DC9744; }
a { background-color: rgb(220,151,68); }
div.DivClassName
{
background-color: #DC9744;
}
.BgClassName
{
background-color: #DC9744;
}
</style>
border-color css
<style>
span { border-color: #DC9744; }
span { border-color: rgb(220,151,68); }
td.TdClassName
{
border-color: #DC9744;
}
.TagClassName
{
border-color: #DC9744;
}
</style>