Shades of Fire Bush #DD954A
Tints of Fire Bush #DD954A
RGB
CMYK
RGB Variations
Color information
#DD954A (or 0xDD954A) is known color: Fire Bush. HEX triplet: DD, 95 and 4A. RGB value is (221,149,74). Sum of RGB (Red+Green+Blue) = 221+149+74=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD954A is #226AB5. Grayscale: #A2A2A2. Windows color (decimal): -2255542 or 4888029. OLE color: 4888029.
HSL color Cylindrical-coordinate representation of color #DD954A: hue angle of 30.61º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD954A is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 74 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.13 |
| HSL | 30.61º | 0.68% | 0.58% | - |
| HSV(B) | 30.61º | 0.67% | 0.87% | - |
| XYZ | 41.8 | 37.36 | 11.49 | - |
| YUV | 161.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 74 | 0 | 0.33 | 0.67 | 0.13 | 30.61 | 0.68 | 0.58 |
| Hex | DD | 95 | 4A | 0 | 21 | 43 | D | 1F | 44 | 3A |
| Octal | 335 | 225 | 112 | 0 | 41 | 103 | 15 | 37 | 104 | 72 |
| Binary | 11011101 | 10010101 | 1001010 | 0 | 100001 | 1000011 | 1101 | 11111 | 1000100 | 111010 |
Color Harmonies of #DD954A
Complementary color
Monochromatic Colors of #DD954A
Black with #DD954A
Text Example
Text Example
White with #DD954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD954A; }
p { color: rgb(221,149,74); }
H1.HeaderClassName
{
color: #DD954A;
}
.AnyTagClassName
{
color: #DD954A;
}
</style>
background-color css
<style>
a { background-color: #DD954A; }
a { background-color: rgb(221,149,74); }
div.DivClassName
{
background-color: #DD954A;
}
.BgClassName
{
background-color: #DD954A;
}
</style>
border-color css
<style>
span { border-color: #DD954A; }
span { border-color: rgb(221,149,74); }
td.TdClassName
{
border-color: #DD954A;
}
.TagClassName
{
border-color: #DD954A;
}
</style>