Shades of Fire Bush #DC904D
Tints of Fire Bush #DC904D
RGB
CMYK
RGB Variations
Color information
#DC904D (or 0xDC904D) is known color: Fire Bush. HEX triplet: DC, 90 and 4D. RGB value is (220,144,77). Sum of RGB (Red+Green+Blue) = 220+144+77=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC904D is #236FB2. Grayscale: #9F9F9F. Windows color (decimal): -2322355 or 5083356. OLE color: 5083356.
HSL color Cylindrical-coordinate representation of color #DC904D: hue angle of 28.11º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC904D is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 77 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.14 |
| HSL | 28.11º | 0.67% | 0.58% | - |
| HSV(B) | 28.11º | 0.65% | 0.86% | - |
| XYZ | 40.83 | 35.7 | 11.76 | - |
| YUV | 159.09 | 81.68 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 77 | 0 | 0.35 | 0.65 | 0.14 | 28.11 | 0.67 | 0.58 |
| Hex | DC | 90 | 4D | 0 | 23 | 41 | E | 1C | 43 | 3A |
| Octal | 334 | 220 | 115 | 0 | 43 | 101 | 16 | 34 | 103 | 72 |
| Binary | 11011100 | 10010000 | 1001101 | 0 | 100011 | 1000001 | 1110 | 11100 | 1000011 | 111010 |
Color Harmonies of #DC904D
Complementary color
Monochromatic Colors of #DC904D
Black with #DC904D
Text Example
Text Example
White with #DC904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC904D; }
p { color: rgb(220,144,77); }
H1.HeaderClassName
{
color: #DC904D;
}
.AnyTagClassName
{
color: #DC904D;
}
</style>
background-color css
<style>
a { background-color: #DC904D; }
a { background-color: rgb(220,144,77); }
div.DivClassName
{
background-color: #DC904D;
}
.BgClassName
{
background-color: #DC904D;
}
</style>
border-color css
<style>
span { border-color: #DC904D; }
span { border-color: rgb(220,144,77); }
td.TdClassName
{
border-color: #DC904D;
}
.TagClassName
{
border-color: #DC904D;
}
</style>