Shades of Fire Bush #DD954F
Tints of Fire Bush #DD954F
RGB
CMYK
RGB Variations
Color information
#DD954F (or 0xDD954F) is known color: Fire Bush. HEX triplet: DD, 95 and 4F. RGB value is (221,149,79). Sum of RGB (Red+Green+Blue) = 221+149+79=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD954F is #226AB0. Grayscale: #A2A2A2. Windows color (decimal): -2255537 or 5215709. OLE color: 5215709.
HSL color Cylindrical-coordinate representation of color #DD954F: hue angle of 29.58º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD954F is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 79 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.13 |
| HSL | 29.58º | 0.68% | 0.59% | - |
| HSV(B) | 29.58º | 0.64% | 0.87% | - |
| XYZ | 41.98 | 37.43 | 12.41 | - |
| YUV | 162.55 | 80.85 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 79 | 0 | 0.33 | 0.64 | 0.13 | 29.58 | 0.68 | 0.59 |
| Hex | DD | 95 | 4F | 0 | 21 | 40 | D | 1E | 44 | 3B |
| Octal | 335 | 225 | 117 | 0 | 41 | 100 | 15 | 36 | 104 | 73 |
| Binary | 11011101 | 10010101 | 1001111 | 0 | 100001 | 1000000 | 1101 | 11110 | 1000100 | 111011 |
Color Harmonies of #DD954F
Complementary color
Monochromatic Colors of #DD954F
Black with #DD954F
Text Example
Text Example
White with #DD954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD954F; }
p { color: rgb(221,149,79); }
H1.HeaderClassName
{
color: #DD954F;
}
.AnyTagClassName
{
color: #DD954F;
}
</style>
background-color css
<style>
a { background-color: #DD954F; }
a { background-color: rgb(221,149,79); }
div.DivClassName
{
background-color: #DD954F;
}
.BgClassName
{
background-color: #DD954F;
}
</style>
border-color css
<style>
span { border-color: #DD954F; }
span { border-color: rgb(221,149,79); }
td.TdClassName
{
border-color: #DD954F;
}
.TagClassName
{
border-color: #DD954F;
}
</style>