Shades of Fire Bush #DC953E
Tints of Fire Bush #DC953E
RGB
CMYK
RGB Variations
Color information
#DC953E (or 0xDC953E) is known color: Fire Bush. HEX triplet: DC, 95 and 3E. RGB value is (220,149,62). Sum of RGB (Red+Green+Blue) = 220+149+62=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC953E is #236AC1. Grayscale: #A0A0A0. Windows color (decimal): -2321090 or 4101596. OLE color: 4101596.
HSL color Cylindrical-coordinate representation of color #DC953E: hue angle of 33.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC953E is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 62 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.14 |
| HSL | 33.04º | 0.69% | 0.55% | - |
| HSV(B) | 33.04º | 0.72% | 0.86% | - |
| XYZ | 41.13 | 37.06 | 9.54 | - |
| YUV | 160.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 62 | 0 | 0.32 | 0.72 | 0.14 | 33.04 | 0.69 | 0.55 |
| Hex | DC | 95 | 3E | 0 | 20 | 48 | E | 21 | 45 | 37 |
| Octal | 334 | 225 | 76 | 0 | 40 | 110 | 16 | 41 | 105 | 67 |
| Binary | 11011100 | 10010101 | 111110 | 0 | 100000 | 1001000 | 1110 | 100001 | 1000101 | 110111 |
Color Harmonies of #DC953E
Complementary color
Monochromatic Colors of #DC953E
Black with #DC953E
Text Example
Text Example
White with #DC953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC953E; }
p { color: rgb(220,149,62); }
H1.HeaderClassName
{
color: #DC953E;
}
.AnyTagClassName
{
color: #DC953E;
}
</style>
background-color css
<style>
a { background-color: #DC953E; }
a { background-color: rgb(220,149,62); }
div.DivClassName
{
background-color: #DC953E;
}
.BgClassName
{
background-color: #DC953E;
}
</style>
border-color css
<style>
span { border-color: #DC953E; }
span { border-color: rgb(220,149,62); }
td.TdClassName
{
border-color: #DC953E;
}
.TagClassName
{
border-color: #DC953E;
}
</style>