Shades of Fire Bush #DC913A
Tints of Fire Bush #DC913A
RGB
CMYK
RGB Variations
Color information
#DC913A (or 0xDC913A) is known color: Fire Bush. HEX triplet: DC, 91 and 3A. RGB value is (220,145,58). Sum of RGB (Red+Green+Blue) = 220+145+58=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC913A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC913A is #236EC5. Grayscale: #9D9D9D. Windows color (decimal): -2322118 or 3838428. OLE color: 3838428.
HSL color Cylindrical-coordinate representation of color #DC913A: hue angle of 32.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC913A is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 58 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.14 |
| HSL | 32.22º | 0.7% | 0.55% | - |
| HSV(B) | 32.22º | 0.74% | 0.86% | - |
| XYZ | 40.4 | 35.77 | 8.78 | - |
| YUV | 157.51 | 71.85 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 58 | 0 | 0.34 | 0.74 | 0.14 | 32.22 | 0.7 | 0.55 |
| Hex | DC | 91 | 3A | 0 | 22 | 4A | E | 20 | 46 | 37 |
| Octal | 334 | 221 | 72 | 0 | 42 | 112 | 16 | 40 | 106 | 67 |
| Binary | 11011100 | 10010001 | 111010 | 0 | 100010 | 1001010 | 1110 | 100000 | 1000110 | 110111 |
Color Harmonies of #DC913A
Complementary color
Monochromatic Colors of #DC913A
Black with #DC913A
Text Example
Text Example
White with #DC913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC913A; }
p { color: rgb(220,145,58); }
H1.HeaderClassName
{
color: #DC913A;
}
.AnyTagClassName
{
color: #DC913A;
}
</style>
background-color css
<style>
a { background-color: #DC913A; }
a { background-color: rgb(220,145,58); }
div.DivClassName
{
background-color: #DC913A;
}
.BgClassName
{
background-color: #DC913A;
}
</style>
border-color css
<style>
span { border-color: #DC913A; }
span { border-color: rgb(220,145,58); }
td.TdClassName
{
border-color: #DC913A;
}
.TagClassName
{
border-color: #DC913A;
}
</style>