Shades of Fire Bush #DC913C
Tints of Fire Bush #DC913C
RGB
CMYK
RGB Variations
Color information
#DC913C (or 0xDC913C) is known color: Fire Bush. HEX triplet: DC, 91 and 3C. RGB value is (220,145,60). Sum of RGB (Red+Green+Blue) = 220+145+60=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC913C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC913C is #236EC3. Grayscale: #9E9E9E. Windows color (decimal): -2322116 or 3969500. OLE color: 3969500.
HSL color Cylindrical-coordinate representation of color #DC913C: hue angle of 31.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC913C is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 60 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.14 |
| HSL | 31.88º | 0.7% | 0.55% | - |
| HSV(B) | 31.88º | 0.73% | 0.86% | - |
| XYZ | 40.46 | 35.79 | 9.05 | - |
| YUV | 157.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 60 | 0 | 0.34 | 0.73 | 0.14 | 31.88 | 0.7 | 0.55 |
| Hex | DC | 91 | 3C | 0 | 22 | 49 | E | 20 | 46 | 37 |
| Octal | 334 | 221 | 74 | 0 | 42 | 111 | 16 | 40 | 106 | 67 |
| Binary | 11011100 | 10010001 | 111100 | 0 | 100010 | 1001001 | 1110 | 100000 | 1000110 | 110111 |
Color Harmonies of #DC913C
Complementary color
Monochromatic Colors of #DC913C
Black with #DC913C
Text Example
Text Example
White with #DC913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC913C; }
p { color: rgb(220,145,60); }
H1.HeaderClassName
{
color: #DC913C;
}
.AnyTagClassName
{
color: #DC913C;
}
</style>
background-color css
<style>
a { background-color: #DC913C; }
a { background-color: rgb(220,145,60); }
div.DivClassName
{
background-color: #DC913C;
}
.BgClassName
{
background-color: #DC913C;
}
</style>
border-color css
<style>
span { border-color: #DC913C; }
span { border-color: rgb(220,145,60); }
td.TdClassName
{
border-color: #DC913C;
}
.TagClassName
{
border-color: #DC913C;
}
</style>