Shades of Fire Bush #DD8F3C
Tints of Fire Bush #DD8F3C
RGB
CMYK
RGB Variations
Color information
#DD8F3C (or 0xDD8F3C) is known color: Fire Bush. HEX triplet: DD, 8F and 3C. RGB value is (221,143,60). Sum of RGB (Red+Green+Blue) = 221+143+60=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F3C is #2270C3. Grayscale: #9D9D9D. Windows color (decimal): -2257092 or 3968989. OLE color: 3968989.
HSL color Cylindrical-coordinate representation of color #DD8F3C: hue angle of 30.93º 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 #DD8F3C is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 60 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.13 |
| HSL | 30.93º | 0.7% | 0.55% | - |
| HSV(B) | 30.93º | 0.73% | 0.87% | - |
| XYZ | 40.46 | 35.34 | 8.96 | - |
| YUV | 156.86 | 73.34 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 60 | 0 | 0.35 | 0.73 | 0.13 | 30.93 | 0.7 | 0.55 |
| Hex | DD | 8F | 3C | 0 | 23 | 49 | D | 1F | 46 | 37 |
| Octal | 335 | 217 | 74 | 0 | 43 | 111 | 15 | 37 | 106 | 67 |
| Binary | 11011101 | 10001111 | 111100 | 0 | 100011 | 1001001 | 1101 | 11111 | 1000110 | 110111 |
Color Harmonies of #DD8F3C
Complementary color
Monochromatic Colors of #DD8F3C
Black with #DD8F3C
Text Example
Text Example
White with #DD8F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F3C; }
p { color: rgb(221,143,60); }
H1.HeaderClassName
{
color: #DD8F3C;
}
.AnyTagClassName
{
color: #DD8F3C;
}
</style>
background-color css
<style>
a { background-color: #DD8F3C; }
a { background-color: rgb(221,143,60); }
div.DivClassName
{
background-color: #DD8F3C;
}
.BgClassName
{
background-color: #DD8F3C;
}
</style>
border-color css
<style>
span { border-color: #DD8F3C; }
span { border-color: rgb(221,143,60); }
td.TdClassName
{
border-color: #DD8F3C;
}
.TagClassName
{
border-color: #DD8F3C;
}
</style>