Shades of Fire Bush #DC923C
Tints of Fire Bush #DC923C
RGB
CMYK
RGB Variations
Color information
#DC923C (or 0xDC923C) is known color: Fire Bush. HEX triplet: DC, 92 and 3C. RGB value is (220,146,60). Sum of RGB (Red+Green+Blue) = 220+146+60=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC923C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC923C is #236DC3. Grayscale: #9E9E9E. Windows color (decimal): -2321860 or 3969756. OLE color: 3969756.
HSL color Cylindrical-coordinate representation of color #DC923C: hue angle of 32.25º 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 #DC923C is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 60 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.14 |
| HSL | 32.25º | 0.7% | 0.55% | - |
| HSV(B) | 32.25º | 0.73% | 0.86% | - |
| XYZ | 40.61 | 36.1 | 9.1 | - |
| YUV | 158.32 | 72.52 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 60 | 0 | 0.34 | 0.73 | 0.14 | 32.25 | 0.7 | 0.55 |
| Hex | DC | 92 | 3C | 0 | 22 | 49 | E | 20 | 46 | 37 |
| Octal | 334 | 222 | 74 | 0 | 42 | 111 | 16 | 40 | 106 | 67 |
| Binary | 11011100 | 10010010 | 111100 | 0 | 100010 | 1001001 | 1110 | 100000 | 1000110 | 110111 |
Color Harmonies of #DC923C
Complementary color
Monochromatic Colors of #DC923C
Black with #DC923C
Text Example
Text Example
White with #DC923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC923C; }
p { color: rgb(220,146,60); }
H1.HeaderClassName
{
color: #DC923C;
}
.AnyTagClassName
{
color: #DC923C;
}
</style>
background-color css
<style>
a { background-color: #DC923C; }
a { background-color: rgb(220,146,60); }
div.DivClassName
{
background-color: #DC923C;
}
.BgClassName
{
background-color: #DC923C;
}
</style>
border-color css
<style>
span { border-color: #DC923C; }
span { border-color: rgb(220,146,60); }
td.TdClassName
{
border-color: #DC923C;
}
.TagClassName
{
border-color: #DC923C;
}
</style>