Shades of Fire Bush #DC904A
Tints of Fire Bush #DC904A
RGB
CMYK
RGB Variations
Color information
#DC904A (or 0xDC904A) is known color: Fire Bush. HEX triplet: DC, 90 and 4A. RGB value is (220,144,74). Sum of RGB (Red+Green+Blue) = 220+144+74=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC904A is #236FB5. Grayscale: #9F9F9F. Windows color (decimal): -2322358 or 4886748. OLE color: 4886748.
HSL color Cylindrical-coordinate representation of color #DC904A: hue angle of 28.77º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC904A is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 74 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.14 |
| HSL | 28.77º | 0.68% | 0.58% | - |
| HSV(B) | 28.77º | 0.66% | 0.86% | - |
| XYZ | 40.72 | 35.66 | 11.21 | - |
| YUV | 158.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 74 | 0 | 0.35 | 0.66 | 0.14 | 28.77 | 0.68 | 0.58 |
| Hex | DC | 90 | 4A | 0 | 23 | 42 | E | 1D | 44 | 3A |
| Octal | 334 | 220 | 112 | 0 | 43 | 102 | 16 | 35 | 104 | 72 |
| Binary | 11011100 | 10010000 | 1001010 | 0 | 100011 | 1000010 | 1110 | 11101 | 1000100 | 111010 |
Color Harmonies of #DC904A
Complementary color
Monochromatic Colors of #DC904A
Black with #DC904A
Text Example
Text Example
White with #DC904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC904A; }
p { color: rgb(220,144,74); }
H1.HeaderClassName
{
color: #DC904A;
}
.AnyTagClassName
{
color: #DC904A;
}
</style>
background-color css
<style>
a { background-color: #DC904A; }
a { background-color: rgb(220,144,74); }
div.DivClassName
{
background-color: #DC904A;
}
.BgClassName
{
background-color: #DC904A;
}
</style>
border-color css
<style>
span { border-color: #DC904A; }
span { border-color: rgb(220,144,74); }
td.TdClassName
{
border-color: #DC904A;
}
.TagClassName
{
border-color: #DC904A;
}
</style>