Shades of Fire Bush #DC954B
Tints of Fire Bush #DC954B
RGB
CMYK
RGB Variations
Color information
#DC954B (or 0xDC954B) is known color: Fire Bush. HEX triplet: DC, 95 and 4B. RGB value is (220,149,75). Sum of RGB (Red+Green+Blue) = 220+149+75=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC954B is #236AB4. Grayscale: #A2A2A2. Windows color (decimal): -2321077 or 4953564. OLE color: 4953564.
HSL color Cylindrical-coordinate representation of color #DC954B: hue angle of 30.62º 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 #DC954B is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 75 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.14 |
| HSL | 30.62º | 0.67% | 0.58% | - |
| HSV(B) | 30.62º | 0.66% | 0.86% | - |
| XYZ | 41.53 | 37.22 | 11.65 | - |
| YUV | 161.79 | 79.02 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 75 | 0 | 0.32 | 0.66 | 0.14 | 30.62 | 0.67 | 0.58 |
| Hex | DC | 95 | 4B | 0 | 20 | 42 | E | 1F | 43 | 3A |
| Octal | 334 | 225 | 113 | 0 | 40 | 102 | 16 | 37 | 103 | 72 |
| Binary | 11011100 | 10010101 | 1001011 | 0 | 100000 | 1000010 | 1110 | 11111 | 1000011 | 111010 |
Color Harmonies of #DC954B
Complementary color
Monochromatic Colors of #DC954B
Black with #DC954B
Text Example
Text Example
White with #DC954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC954B; }
p { color: rgb(220,149,75); }
H1.HeaderClassName
{
color: #DC954B;
}
.AnyTagClassName
{
color: #DC954B;
}
</style>
background-color css
<style>
a { background-color: #DC954B; }
a { background-color: rgb(220,149,75); }
div.DivClassName
{
background-color: #DC954B;
}
.BgClassName
{
background-color: #DC954B;
}
</style>
border-color css
<style>
span { border-color: #DC954B; }
span { border-color: rgb(220,149,75); }
td.TdClassName
{
border-color: #DC954B;
}
.TagClassName
{
border-color: #DC954B;
}
</style>