Shades of Fire Bush #DC943B
Tints of Fire Bush #DC943B
RGB
CMYK
RGB Variations
Color information
#DC943B (or 0xDC943B) is known color: Fire Bush. HEX triplet: DC, 94 and 3B. RGB value is (220,148,59). Sum of RGB (Red+Green+Blue) = 220+148+59=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC943B is #236BC4. Grayscale: #9F9F9F. Windows color (decimal): -2321349 or 3904732. OLE color: 3904732.
HSL color Cylindrical-coordinate representation of color #DC943B: hue angle of 33.17º 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 #DC943B is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 59 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.14 |
| HSL | 33.17º | 0.7% | 0.55% | - |
| HSV(B) | 33.17º | 0.73% | 0.86% | - |
| XYZ | 40.89 | 36.71 | 9.07 | - |
| YUV | 159.38 | 71.35 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 59 | 0 | 0.33 | 0.73 | 0.14 | 33.17 | 0.7 | 0.55 |
| Hex | DC | 94 | 3B | 0 | 21 | 49 | E | 21 | 46 | 37 |
| Octal | 334 | 224 | 73 | 0 | 41 | 111 | 16 | 41 | 106 | 67 |
| Binary | 11011100 | 10010100 | 111011 | 0 | 100001 | 1001001 | 1110 | 100001 | 1000110 | 110111 |
Color Harmonies of #DC943B
Complementary color
Monochromatic Colors of #DC943B
Black with #DC943B
Text Example
Text Example
White with #DC943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC943B; }
p { color: rgb(220,148,59); }
H1.HeaderClassName
{
color: #DC943B;
}
.AnyTagClassName
{
color: #DC943B;
}
</style>
background-color css
<style>
a { background-color: #DC943B; }
a { background-color: rgb(220,148,59); }
div.DivClassName
{
background-color: #DC943B;
}
.BgClassName
{
background-color: #DC943B;
}
</style>
border-color css
<style>
span { border-color: #DC943B; }
span { border-color: rgb(220,148,59); }
td.TdClassName
{
border-color: #DC943B;
}
.TagClassName
{
border-color: #DC943B;
}
</style>