Shades of Fire Bush #DD953A
Tints of Fire Bush #DD953A
RGB
CMYK
RGB Variations
Color information
#DD953A (or 0xDD953A) is known color: Fire Bush. HEX triplet: DD, 95 and 3A. RGB value is (221,149,58). Sum of RGB (Red+Green+Blue) = 221+149+58=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD953A is #226AC5. Grayscale: #A0A0A0. Windows color (decimal): -2255558 or 3839453. OLE color: 3839453.
HSL color Cylindrical-coordinate representation of color #DD953A: hue angle of 33.5º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD953A is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 58 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.13 |
| HSL | 33.5º | 0.71% | 0.55% | - |
| HSV(B) | 33.5º | 0.74% | 0.87% | - |
| XYZ | 41.33 | 37.17 | 9 | - |
| YUV | 160.15 | 70.35 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 58 | 0 | 0.33 | 0.74 | 0.13 | 33.5 | 0.71 | 0.55 |
| Hex | DD | 95 | 3A | 0 | 21 | 4A | D | 21 | 47 | 37 |
| Octal | 335 | 225 | 72 | 0 | 41 | 112 | 15 | 41 | 107 | 67 |
| Binary | 11011101 | 10010101 | 111010 | 0 | 100001 | 1001010 | 1101 | 100001 | 1000111 | 110111 |
Color Harmonies of #DD953A
Complementary color
Monochromatic Colors of #DD953A
Black with #DD953A
Text Example
Text Example
White with #DD953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD953A; }
p { color: rgb(221,149,58); }
H1.HeaderClassName
{
color: #DD953A;
}
.AnyTagClassName
{
color: #DD953A;
}
</style>
background-color css
<style>
a { background-color: #DD953A; }
a { background-color: rgb(221,149,58); }
div.DivClassName
{
background-color: #DD953A;
}
.BgClassName
{
background-color: #DD953A;
}
</style>
border-color css
<style>
span { border-color: #DD953A; }
span { border-color: rgb(221,149,58); }
td.TdClassName
{
border-color: #DD953A;
}
.TagClassName
{
border-color: #DD953A;
}
</style>