Shades of Fire Bush #DD953E
Tints of Fire Bush #DD953E
RGB
CMYK
RGB Variations
Color information
#DD953E (or 0xDD953E) is known color: Fire Bush. HEX triplet: DD, 95 and 3E. RGB value is (221,149,62). Sum of RGB (Red+Green+Blue) = 221+149+62=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD953E is #226AC1. Grayscale: #A1A1A1. Windows color (decimal): -2255554 or 4101597. OLE color: 4101597.
HSL color Cylindrical-coordinate representation of color #DD953E: hue angle of 32.83º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD953E is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 62 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.13 |
| HSL | 32.83º | 0.7% | 0.55% | - |
| HSV(B) | 32.83º | 0.72% | 0.87% | - |
| XYZ | 41.44 | 37.21 | 9.56 | - |
| YUV | 160.61 | 72.35 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 62 | 0 | 0.33 | 0.72 | 0.13 | 32.83 | 0.7 | 0.55 |
| Hex | DD | 95 | 3E | 0 | 21 | 48 | D | 21 | 46 | 37 |
| Octal | 335 | 225 | 76 | 0 | 41 | 110 | 15 | 41 | 106 | 67 |
| Binary | 11011101 | 10010101 | 111110 | 0 | 100001 | 1001000 | 1101 | 100001 | 1000110 | 110111 |
Color Harmonies of #DD953E
Complementary color
Monochromatic Colors of #DD953E
Black with #DD953E
Text Example
Text Example
White with #DD953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD953E; }
p { color: rgb(221,149,62); }
H1.HeaderClassName
{
color: #DD953E;
}
.AnyTagClassName
{
color: #DD953E;
}
</style>
background-color css
<style>
a { background-color: #DD953E; }
a { background-color: rgb(221,149,62); }
div.DivClassName
{
background-color: #DD953E;
}
.BgClassName
{
background-color: #DD953E;
}
</style>
border-color css
<style>
span { border-color: #DD953E; }
span { border-color: rgb(221,149,62); }
td.TdClassName
{
border-color: #DD953E;
}
.TagClassName
{
border-color: #DD953E;
}
</style>