Shades of Fire Bush #DD943C
Tints of Fire Bush #DD943C
RGB
CMYK
RGB Variations
Color information
#DD943C (or 0xDD943C) is known color: Fire Bush. HEX triplet: DD, 94 and 3C. RGB value is (221,148,60). Sum of RGB (Red+Green+Blue) = 221+148+60=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD943C is #226BC3. Grayscale: #A0A0A0. Windows color (decimal): -2255812 or 3970269. OLE color: 3970269.
HSL color Cylindrical-coordinate representation of color #DD943C: hue angle of 32.8º 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 #DD943C is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 60 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.13 |
| HSL | 32.8º | 0.7% | 0.55% | - |
| HSV(B) | 32.8º | 0.73% | 0.87% | - |
| XYZ | 41.22 | 36.88 | 9.22 | - |
| YUV | 159.8 | 71.68 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 60 | 0 | 0.33 | 0.73 | 0.13 | 32.8 | 0.7 | 0.55 |
| Hex | DD | 94 | 3C | 0 | 21 | 49 | D | 21 | 46 | 37 |
| Octal | 335 | 224 | 74 | 0 | 41 | 111 | 15 | 41 | 106 | 67 |
| Binary | 11011101 | 10010100 | 111100 | 0 | 100001 | 1001001 | 1101 | 100001 | 1000110 | 110111 |
Color Harmonies of #DD943C
Complementary color
Monochromatic Colors of #DD943C
Black with #DD943C
Text Example
Text Example
White with #DD943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD943C; }
p { color: rgb(221,148,60); }
H1.HeaderClassName
{
color: #DD943C;
}
.AnyTagClassName
{
color: #DD943C;
}
</style>
background-color css
<style>
a { background-color: #DD943C; }
a { background-color: rgb(221,148,60); }
div.DivClassName
{
background-color: #DD943C;
}
.BgClassName
{
background-color: #DD943C;
}
</style>
border-color css
<style>
span { border-color: #DD943C; }
span { border-color: rgb(221,148,60); }
td.TdClassName
{
border-color: #DD943C;
}
.TagClassName
{
border-color: #DD943C;
}
</style>