Shades of Fire Bush #DC984B
Tints of Fire Bush #DC984B
RGB
CMYK
RGB Variations
Color information
#DC984B (or 0xDC984B) is known color: Fire Bush. HEX triplet: DC, 98 and 4B. RGB value is (220,152,75). Sum of RGB (Red+Green+Blue) = 220+152+75=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC984B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC984B is #2367B4. Grayscale: #A3A3A3. Windows color (decimal): -2320309 or 4954332. OLE color: 4954332.
HSL color Cylindrical-coordinate representation of color #DC984B: hue angle of 31.86º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC984B is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 75 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.14 |
| HSL | 31.86º | 0.67% | 0.58% | - |
| HSV(B) | 31.86º | 0.66% | 0.86% | - |
| XYZ | 42.01 | 38.18 | 11.81 | - |
| YUV | 163.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 75 | 0 | 0.31 | 0.66 | 0.14 | 31.86 | 0.67 | 0.58 |
| Hex | DC | 98 | 4B | 0 | 1F | 42 | E | 20 | 43 | 3A |
| Octal | 334 | 230 | 113 | 0 | 37 | 102 | 16 | 40 | 103 | 72 |
| Binary | 11011100 | 10011000 | 1001011 | 0 | 11111 | 1000010 | 1110 | 100000 | 1000011 | 111010 |
Color Harmonies of #DC984B
Complementary color
Monochromatic Colors of #DC984B
Black with #DC984B
Text Example
Text Example
White with #DC984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC984B; }
p { color: rgb(220,152,75); }
H1.HeaderClassName
{
color: #DC984B;
}
.AnyTagClassName
{
color: #DC984B;
}
</style>
background-color css
<style>
a { background-color: #DC984B; }
a { background-color: rgb(220,152,75); }
div.DivClassName
{
background-color: #DC984B;
}
.BgClassName
{
background-color: #DC984B;
}
</style>
border-color css
<style>
span { border-color: #DC984B; }
span { border-color: rgb(220,152,75); }
td.TdClassName
{
border-color: #DC984B;
}
.TagClassName
{
border-color: #DC984B;
}
</style>