Shades of Fire Bush #DD954B
Tints of Fire Bush #DD954B
RGB
CMYK
RGB Variations
Color information
#DD954B (or 0xDD954B) is known color: Fire Bush. HEX triplet: DD, 95 and 4B. RGB value is (221,149,75). Sum of RGB (Red+Green+Blue) = 221+149+75=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD954B is #226AB4. Grayscale: #A2A2A2. Windows color (decimal): -2255541 or 4953565. OLE color: 4953565.
HSL color Cylindrical-coordinate representation of color #DD954B: hue angle of 30.41º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD954B is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 75 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.13 |
| HSL | 30.41º | 0.68% | 0.58% | - |
| HSV(B) | 30.41º | 0.66% | 0.87% | - |
| XYZ | 41.84 | 37.38 | 11.67 | - |
| YUV | 162.09 | 78.85 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 75 | 0 | 0.33 | 0.66 | 0.13 | 30.41 | 0.68 | 0.58 |
| Hex | DD | 95 | 4B | 0 | 21 | 42 | D | 1E | 44 | 3A |
| Octal | 335 | 225 | 113 | 0 | 41 | 102 | 15 | 36 | 104 | 72 |
| Binary | 11011101 | 10010101 | 1001011 | 0 | 100001 | 1000010 | 1101 | 11110 | 1000100 | 111010 |
Color Harmonies of #DD954B
Complementary color
Monochromatic Colors of #DD954B
Black with #DD954B
Text Example
Text Example
White with #DD954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD954B; }
p { color: rgb(221,149,75); }
H1.HeaderClassName
{
color: #DD954B;
}
.AnyTagClassName
{
color: #DD954B;
}
</style>
background-color css
<style>
a { background-color: #DD954B; }
a { background-color: rgb(221,149,75); }
div.DivClassName
{
background-color: #DD954B;
}
.BgClassName
{
background-color: #DD954B;
}
</style>
border-color css
<style>
span { border-color: #DD954B; }
span { border-color: rgb(221,149,75); }
td.TdClassName
{
border-color: #DD954B;
}
.TagClassName
{
border-color: #DD954B;
}
</style>