Shades of Fire Bush #DC933C
Tints of Fire Bush #DC933C
RGB
CMYK
RGB Variations
Color information
#DC933C (or 0xDC933C) is known color: Fire Bush. HEX triplet: DC, 93 and 3C. RGB value is (220,147,60). Sum of RGB (Red+Green+Blue) = 220+147+60=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC933C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC933C is #236CC3. Grayscale: #9F9F9F. Windows color (decimal): -2321604 or 3970012. OLE color: 3970012.
HSL color Cylindrical-coordinate representation of color #DC933C: hue angle of 32.62º 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 #DC933C is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 60 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.14 |
| HSL | 32.63º | 0.7% | 0.55% | - |
| HSV(B) | 32.63º | 0.73% | 0.86% | - |
| XYZ | 40.76 | 36.41 | 9.15 | - |
| YUV | 158.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 60 | 0 | 0.33 | 0.73 | 0.14 | 32.63 | 0.7 | 0.55 |
| Hex | DC | 93 | 3C | 0 | 21 | 49 | E | 21 | 46 | 37 |
| Octal | 334 | 223 | 74 | 0 | 41 | 111 | 16 | 41 | 106 | 67 |
| Binary | 11011100 | 10010011 | 111100 | 0 | 100001 | 1001001 | 1110 | 100001 | 1000110 | 110111 |
Color Harmonies of #DC933C
Complementary color
Monochromatic Colors of #DC933C
Black with #DC933C
Text Example
Text Example
White with #DC933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC933C; }
p { color: rgb(220,147,60); }
H1.HeaderClassName
{
color: #DC933C;
}
.AnyTagClassName
{
color: #DC933C;
}
</style>
background-color css
<style>
a { background-color: #DC933C; }
a { background-color: rgb(220,147,60); }
div.DivClassName
{
background-color: #DC933C;
}
.BgClassName
{
background-color: #DC933C;
}
</style>
border-color css
<style>
span { border-color: #DC933C; }
span { border-color: rgb(220,147,60); }
td.TdClassName
{
border-color: #DC933C;
}
.TagClassName
{
border-color: #DC933C;
}
</style>