Shades of Fire Bush #DC943C
Tints of Fire Bush #DC943C
RGB
CMYK
RGB Variations
Color information
#DC943C (or 0xDC943C) is known color: Fire Bush. HEX triplet: DC, 94 and 3C. RGB value is (220,148,60). Sum of RGB (Red+Green+Blue) = 220+148+60=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC943C is #236BC3. Grayscale: #9F9F9F. Windows color (decimal): -2321348 or 3970268. OLE color: 3970268.
HSL color Cylindrical-coordinate representation of color #DC943C: hue angle of 33º 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 #DC943C is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 60 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.14 |
| HSL | 33º | 0.7% | 0.55% | - |
| HSV(B) | 33º | 0.73% | 0.86% | - |
| XYZ | 40.92 | 36.72 | 9.21 | - |
| YUV | 159.5 | 71.85 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 60 | 0 | 0.33 | 0.73 | 0.14 | 33 | 0.7 | 0.55 |
| Hex | DC | 94 | 3C | 0 | 21 | 49 | E | 21 | 46 | 37 |
| Octal | 334 | 224 | 74 | 0 | 41 | 111 | 16 | 41 | 106 | 67 |
| Binary | 11011100 | 10010100 | 111100 | 0 | 100001 | 1001001 | 1110 | 100001 | 1000110 | 110111 |
Color Harmonies of #DC943C
Complementary color
Monochromatic Colors of #DC943C
Black with #DC943C
Text Example
Text Example
White with #DC943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC943C; }
p { color: rgb(220,148,60); }
H1.HeaderClassName
{
color: #DC943C;
}
.AnyTagClassName
{
color: #DC943C;
}
</style>
background-color css
<style>
a { background-color: #DC943C; }
a { background-color: rgb(220,148,60); }
div.DivClassName
{
background-color: #DC943C;
}
.BgClassName
{
background-color: #DC943C;
}
</style>
border-color css
<style>
span { border-color: #DC943C; }
span { border-color: rgb(220,148,60); }
td.TdClassName
{
border-color: #DC943C;
}
.TagClassName
{
border-color: #DC943C;
}
</style>