Shades of Fire Bush #DC9948
Tints of Fire Bush #DC9948
RGB
CMYK
RGB Variations
Color information
#DC9948 (or 0xDC9948) is known color: Fire Bush. HEX triplet: DC, 99 and 48. RGB value is (220,153,72). Sum of RGB (Red+Green+Blue) = 220+153+72=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9948 is #2366B7. Grayscale: #A4A4A4. Windows color (decimal): -2320056 or 4757980. OLE color: 4757980.
HSL color Cylindrical-coordinate representation of color #DC9948: hue angle of 32.84º 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 #DC9948 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 72 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.14 |
| HSL | 32.84º | 0.68% | 0.57% | - |
| HSV(B) | 32.84º | 0.67% | 0.86% | - |
| XYZ | 42.08 | 38.47 | 11.34 | - |
| YUV | 163.8 | 76.2 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 72 | 0 | 0.30 | 0.67 | 0.14 | 32.84 | 0.68 | 0.57 |
| Hex | DC | 99 | 48 | 0 | 1E | 43 | E | 21 | 44 | 39 |
| Octal | 334 | 231 | 110 | 0 | 36 | 103 | 16 | 41 | 104 | 71 |
| Binary | 11011100 | 10011001 | 1001000 | 0 | 11110 | 1000011 | 1110 | 100001 | 1000100 | 111001 |
Color Harmonies of #DC9948
Complementary color
Monochromatic Colors of #DC9948
Black with #DC9948
Text Example
Text Example
White with #DC9948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9948; }
p { color: rgb(220,153,72); }
H1.HeaderClassName
{
color: #DC9948;
}
.AnyTagClassName
{
color: #DC9948;
}
</style>
background-color css
<style>
a { background-color: #DC9948; }
a { background-color: rgb(220,153,72); }
div.DivClassName
{
background-color: #DC9948;
}
.BgClassName
{
background-color: #DC9948;
}
</style>
border-color css
<style>
span { border-color: #DC9948; }
span { border-color: rgb(220,153,72); }
td.TdClassName
{
border-color: #DC9948;
}
.TagClassName
{
border-color: #DC9948;
}
</style>