Shades of Fire Bush #DC953C
Tints of Fire Bush #DC953C
RGB
CMYK
RGB Variations
Color information
#DC953C (or 0xDC953C) is known color: Fire Bush. HEX triplet: DC, 95 and 3C. RGB value is (220,149,60). Sum of RGB (Red+Green+Blue) = 220+149+60=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC953C is #236AC3. Grayscale: #A0A0A0. Windows color (decimal): -2321092 or 3970524. OLE color: 3970524.
HSL color Cylindrical-coordinate representation of color #DC953C: hue angle of 33.38º 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 #DC953C is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 60 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.14 |
| HSL | 33.38º | 0.7% | 0.55% | - |
| HSV(B) | 33.38º | 0.73% | 0.86% | - |
| XYZ | 41.08 | 37.04 | 9.26 | - |
| YUV | 160.08 | 71.52 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 60 | 0 | 0.32 | 0.73 | 0.14 | 33.38 | 0.7 | 0.55 |
| Hex | DC | 95 | 3C | 0 | 20 | 49 | E | 21 | 46 | 37 |
| Octal | 334 | 225 | 74 | 0 | 40 | 111 | 16 | 41 | 106 | 67 |
| Binary | 11011100 | 10010101 | 111100 | 0 | 100000 | 1001001 | 1110 | 100001 | 1000110 | 110111 |
Color Harmonies of #DC953C
Complementary color
Monochromatic Colors of #DC953C
Black with #DC953C
Text Example
Text Example
White with #DC953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC953C; }
p { color: rgb(220,149,60); }
H1.HeaderClassName
{
color: #DC953C;
}
.AnyTagClassName
{
color: #DC953C;
}
</style>
background-color css
<style>
a { background-color: #DC953C; }
a { background-color: rgb(220,149,60); }
div.DivClassName
{
background-color: #DC953C;
}
.BgClassName
{
background-color: #DC953C;
}
</style>
border-color css
<style>
span { border-color: #DC953C; }
span { border-color: rgb(220,149,60); }
td.TdClassName
{
border-color: #DC953C;
}
.TagClassName
{
border-color: #DC953C;
}
</style>