Shades of Fire Bush #DD9C39
Tints of Fire Bush #DD9C39
RGB
CMYK
RGB Variations
Color information
#DD9C39 (or 0xDD9C39) is known color: Fire Bush. HEX triplet: DD, 9C and 39. RGB value is (221,156,57). Sum of RGB (Red+Green+Blue) = 221+156+57=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9C39 is #2263C6. Grayscale: #A4A4A4. Windows color (decimal): -2253767 or 3775709. OLE color: 3775709.
HSL color Cylindrical-coordinate representation of color #DD9C39: hue angle of 36.22º 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 #DD9C39 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 57 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.13 |
| HSL | 36.22º | 0.71% | 0.55% | - |
| HSV(B) | 36.22º | 0.74% | 0.87% | - |
| XYZ | 42.45 | 39.44 | 9.25 | - |
| YUV | 164.15 | 67.53 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 57 | 0 | 0.29 | 0.74 | 0.13 | 36.22 | 0.71 | 0.55 |
| Hex | DD | 9C | 39 | 0 | 1D | 4A | D | 24 | 47 | 37 |
| Octal | 335 | 234 | 71 | 0 | 35 | 112 | 15 | 44 | 107 | 67 |
| Binary | 11011101 | 10011100 | 111001 | 0 | 11101 | 1001010 | 1101 | 100100 | 1000111 | 110111 |
Color Harmonies of #DD9C39
Complementary color
Monochromatic Colors of #DD9C39
Black with #DD9C39
Text Example
Text Example
White with #DD9C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C39; }
p { color: rgb(221,156,57); }
H1.HeaderClassName
{
color: #DD9C39;
}
.AnyTagClassName
{
color: #DD9C39;
}
</style>
background-color css
<style>
a { background-color: #DD9C39; }
a { background-color: rgb(221,156,57); }
div.DivClassName
{
background-color: #DD9C39;
}
.BgClassName
{
background-color: #DD9C39;
}
</style>
border-color css
<style>
span { border-color: #DD9C39; }
span { border-color: rgb(221,156,57); }
td.TdClassName
{
border-color: #DD9C39;
}
.TagClassName
{
border-color: #DD9C39;
}
</style>