Shades of Fire Bush #DC924D
Tints of Fire Bush #DC924D
RGB
CMYK
RGB Variations
Color information
#DC924D (or 0xDC924D) is known color: Fire Bush. HEX triplet: DC, 92 and 4D. RGB value is (220,146,77). Sum of RGB (Red+Green+Blue) = 220+146+77=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC924D is #236DB2. Grayscale: #A0A0A0. Windows color (decimal): -2321843 or 5083868. OLE color: 5083868.
HSL color Cylindrical-coordinate representation of color #DC924D: hue angle of 28.95º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC924D is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 77 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.14 |
| HSL | 28.95º | 0.67% | 0.58% | - |
| HSV(B) | 28.95º | 0.65% | 0.86% | - |
| XYZ | 41.13 | 36.31 | 11.86 | - |
| YUV | 160.26 | 81.02 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 77 | 0 | 0.34 | 0.65 | 0.14 | 28.95 | 0.67 | 0.58 |
| Hex | DC | 92 | 4D | 0 | 22 | 41 | E | 1D | 43 | 3A |
| Octal | 334 | 222 | 115 | 0 | 42 | 101 | 16 | 35 | 103 | 72 |
| Binary | 11011100 | 10010010 | 1001101 | 0 | 100010 | 1000001 | 1110 | 11101 | 1000011 | 111010 |
Color Harmonies of #DC924D
Complementary color
Monochromatic Colors of #DC924D
Black with #DC924D
Text Example
Text Example
White with #DC924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC924D; }
p { color: rgb(220,146,77); }
H1.HeaderClassName
{
color: #DC924D;
}
.AnyTagClassName
{
color: #DC924D;
}
</style>
background-color css
<style>
a { background-color: #DC924D; }
a { background-color: rgb(220,146,77); }
div.DivClassName
{
background-color: #DC924D;
}
.BgClassName
{
background-color: #DC924D;
}
</style>
border-color css
<style>
span { border-color: #DC924D; }
span { border-color: rgb(220,146,77); }
td.TdClassName
{
border-color: #DC924D;
}
.TagClassName
{
border-color: #DC924D;
}
</style>