Shades of Fire Bush #DD8F3B
Tints of Fire Bush #DD8F3B
RGB
CMYK
RGB Variations
Color information
#DD8F3B (or 0xDD8F3B) is known color: Fire Bush. HEX triplet: DD, 8F and 3B. RGB value is (221,143,59). Sum of RGB (Red+Green+Blue) = 221+143+59=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F3B is #2270C4. Grayscale: #9D9D9D. Windows color (decimal): -2257093 or 3903453. OLE color: 3903453.
HSL color Cylindrical-coordinate representation of color #DD8F3B: hue angle of 31.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD8F3B is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 59 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.13 |
| HSL | 31.11º | 0.7% | 0.55% | - |
| HSV(B) | 31.11º | 0.73% | 0.87% | - |
| XYZ | 40.43 | 35.33 | 8.83 | - |
| YUV | 156.75 | 72.84 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 59 | 0 | 0.35 | 0.73 | 0.13 | 31.11 | 0.7 | 0.55 |
| Hex | DD | 8F | 3B | 0 | 23 | 49 | D | 1F | 46 | 37 |
| Octal | 335 | 217 | 73 | 0 | 43 | 111 | 15 | 37 | 106 | 67 |
| Binary | 11011101 | 10001111 | 111011 | 0 | 100011 | 1001001 | 1101 | 11111 | 1000110 | 110111 |
Color Harmonies of #DD8F3B
Complementary color
Monochromatic Colors of #DD8F3B
Black with #DD8F3B
Text Example
Text Example
White with #DD8F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F3B; }
p { color: rgb(221,143,59); }
H1.HeaderClassName
{
color: #DD8F3B;
}
.AnyTagClassName
{
color: #DD8F3B;
}
</style>
background-color css
<style>
a { background-color: #DD8F3B; }
a { background-color: rgb(221,143,59); }
div.DivClassName
{
background-color: #DD8F3B;
}
.BgClassName
{
background-color: #DD8F3B;
}
</style>
border-color css
<style>
span { border-color: #DD8F3B; }
span { border-color: rgb(221,143,59); }
td.TdClassName
{
border-color: #DD8F3B;
}
.TagClassName
{
border-color: #DD8F3B;
}
</style>