Shades of Fire Bush #DD943A
Tints of Fire Bush #DD943A
RGB
CMYK
RGB Variations
Color information
#DD943A (or 0xDD943A) is known color: Fire Bush. HEX triplet: DD, 94 and 3A. RGB value is (221,148,58). Sum of RGB (Red+Green+Blue) = 221+148+58=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD943A is #226BC5. Grayscale: #A0A0A0. Windows color (decimal): -2255814 or 3839197. OLE color: 3839197.
HSL color Cylindrical-coordinate representation of color #DD943A: hue angle of 33.13º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD943A is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 58 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.13 |
| HSL | 33.13º | 0.71% | 0.55% | - |
| HSV(B) | 33.13º | 0.74% | 0.87% | - |
| XYZ | 41.17 | 36.86 | 8.95 | - |
| YUV | 159.57 | 70.68 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 58 | 0 | 0.33 | 0.74 | 0.13 | 33.13 | 0.71 | 0.55 |
| Hex | DD | 94 | 3A | 0 | 21 | 4A | D | 21 | 47 | 37 |
| Octal | 335 | 224 | 72 | 0 | 41 | 112 | 15 | 41 | 107 | 67 |
| Binary | 11011101 | 10010100 | 111010 | 0 | 100001 | 1001010 | 1101 | 100001 | 1000111 | 110111 |
Color Harmonies of #DD943A
Complementary color
Monochromatic Colors of #DD943A
Black with #DD943A
Text Example
Text Example
White with #DD943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD943A; }
p { color: rgb(221,148,58); }
H1.HeaderClassName
{
color: #DD943A;
}
.AnyTagClassName
{
color: #DD943A;
}
</style>
background-color css
<style>
a { background-color: #DD943A; }
a { background-color: rgb(221,148,58); }
div.DivClassName
{
background-color: #DD943A;
}
.BgClassName
{
background-color: #DD943A;
}
</style>
border-color css
<style>
span { border-color: #DD943A; }
span { border-color: rgb(221,148,58); }
td.TdClassName
{
border-color: #DD943A;
}
.TagClassName
{
border-color: #DD943A;
}
</style>