Shades of Fire Bush #DD8F46
Tints of Fire Bush #DD8F46
RGB
CMYK
RGB Variations
Color information
#DD8F46 (or 0xDD8F46) is known color: Fire Bush. HEX triplet: DD, 8F and 46. RGB value is (221,143,70). Sum of RGB (Red+Green+Blue) = 221+143+70=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F46 is #2270B9. Grayscale: #9E9E9E. Windows color (decimal): -2257082 or 4624349. OLE color: 4624349.
HSL color Cylindrical-coordinate representation of color #DD8F46: hue angle of 29.01º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD8F46 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 70 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.13 |
| HSL | 29.01º | 0.69% | 0.57% | - |
| HSV(B) | 29.01º | 0.68% | 0.87% | - |
| XYZ | 40.75 | 35.46 | 10.49 | - |
| YUV | 158 | 78.34 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 70 | 0 | 0.35 | 0.68 | 0.13 | 29.01 | 0.69 | 0.57 |
| Hex | DD | 8F | 46 | 0 | 23 | 44 | D | 1D | 45 | 39 |
| Octal | 335 | 217 | 106 | 0 | 43 | 104 | 15 | 35 | 105 | 71 |
| Binary | 11011101 | 10001111 | 1000110 | 0 | 100011 | 1000100 | 1101 | 11101 | 1000101 | 111001 |
Color Harmonies of #DD8F46
Complementary color
Monochromatic Colors of #DD8F46
Black with #DD8F46
Text Example
Text Example
White with #DD8F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F46; }
p { color: rgb(221,143,70); }
H1.HeaderClassName
{
color: #DD8F46;
}
.AnyTagClassName
{
color: #DD8F46;
}
</style>
background-color css
<style>
a { background-color: #DD8F46; }
a { background-color: rgb(221,143,70); }
div.DivClassName
{
background-color: #DD8F46;
}
.BgClassName
{
background-color: #DD8F46;
}
</style>
border-color css
<style>
span { border-color: #DD8F46; }
span { border-color: rgb(221,143,70); }
td.TdClassName
{
border-color: #DD8F46;
}
.TagClassName
{
border-color: #DD8F46;
}
</style>