Shades of Fire Bush #DD9940
Tints of Fire Bush #DD9940
RGB
CMYK
RGB Variations
Color information
#DD9940 (or 0xDD9940) is known color: Fire Bush. HEX triplet: DD, 99 and 40. RGB value is (221,153,64). Sum of RGB (Red+Green+Blue) = 221+153+64=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9940 is #2266BF. Grayscale: #A3A3A3. Windows color (decimal): -2254528 or 4233693. OLE color: 4233693.
HSL color Cylindrical-coordinate representation of color #DD9940: hue angle of 34.01º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD9940 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 64 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.13 |
| HSL | 34.01º | 0.7% | 0.56% | - |
| HSV(B) | 34.01º | 0.71% | 0.87% | - |
| XYZ | 42.14 | 38.52 | 10.07 | - |
| YUV | 163.19 | 72.03 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 64 | 0 | 0.31 | 0.71 | 0.13 | 34.01 | 0.7 | 0.56 |
| Hex | DD | 99 | 40 | 0 | 1F | 47 | D | 22 | 46 | 38 |
| Octal | 335 | 231 | 100 | 0 | 37 | 107 | 15 | 42 | 106 | 70 |
| Binary | 11011101 | 10011001 | 1000000 | 0 | 11111 | 1000111 | 1101 | 100010 | 1000110 | 111000 |
Color Harmonies of #DD9940
Complementary color
Monochromatic Colors of #DD9940
Black with #DD9940
Text Example
Text Example
White with #DD9940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9940; }
p { color: rgb(221,153,64); }
H1.HeaderClassName
{
color: #DD9940;
}
.AnyTagClassName
{
color: #DD9940;
}
</style>
background-color css
<style>
a { background-color: #DD9940; }
a { background-color: rgb(221,153,64); }
div.DivClassName
{
background-color: #DD9940;
}
.BgClassName
{
background-color: #DD9940;
}
</style>
border-color css
<style>
span { border-color: #DD9940; }
span { border-color: rgb(221,153,64); }
td.TdClassName
{
border-color: #DD9940;
}
.TagClassName
{
border-color: #DD9940;
}
</style>