Shades of Fire Bush #DD913B
Tints of Fire Bush #DD913B
RGB
CMYK
RGB Variations
Color information
#DD913B (or 0xDD913B) is known color: Fire Bush. HEX triplet: DD, 91 and 3B. RGB value is (221,145,59). Sum of RGB (Red+Green+Blue) = 221+145+59=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD913B is #226EC4. Grayscale: #9E9E9E. Windows color (decimal): -2256581 or 3903965. OLE color: 3903965.
HSL color Cylindrical-coordinate representation of color #DD913B: hue angle of 31.85º 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 #DD913B is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 59 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.13 |
| HSL | 31.85º | 0.7% | 0.55% | - |
| HSV(B) | 31.85º | 0.73% | 0.87% | - |
| XYZ | 40.73 | 35.94 | 8.93 | - |
| YUV | 157.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 59 | 0 | 0.34 | 0.73 | 0.13 | 31.85 | 0.7 | 0.55 |
| Hex | DD | 91 | 3B | 0 | 22 | 49 | D | 20 | 46 | 37 |
| Octal | 335 | 221 | 73 | 0 | 42 | 111 | 15 | 40 | 106 | 67 |
| Binary | 11011101 | 10010001 | 111011 | 0 | 100010 | 1001001 | 1101 | 100000 | 1000110 | 110111 |
Color Harmonies of #DD913B
Complementary color
Monochromatic Colors of #DD913B
Black with #DD913B
Text Example
Text Example
White with #DD913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD913B; }
p { color: rgb(221,145,59); }
H1.HeaderClassName
{
color: #DD913B;
}
.AnyTagClassName
{
color: #DD913B;
}
</style>
background-color css
<style>
a { background-color: #DD913B; }
a { background-color: rgb(221,145,59); }
div.DivClassName
{
background-color: #DD913B;
}
.BgClassName
{
background-color: #DD913B;
}
</style>
border-color css
<style>
span { border-color: #DD913B; }
span { border-color: rgb(221,145,59); }
td.TdClassName
{
border-color: #DD913B;
}
.TagClassName
{
border-color: #DD913B;
}
</style>