Shades of Fire Bush #DD9D4A
Tints of Fire Bush #DD9D4A
RGB
CMYK
RGB Variations
Color information
#DD9D4A (or 0xDD9D4A) is known color: Fire Bush. HEX triplet: DD, 9D and 4A. RGB value is (221,157,74). Sum of RGB (Red+Green+Blue) = 221+157+74=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9D4A is #2262B5. Grayscale: #A7A7A7. Windows color (decimal): -2253494 or 4890077. OLE color: 4890077.
HSL color Cylindrical-coordinate representation of color #DD9D4A: hue angle of 33.88º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD9D4A is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 74 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.13 |
| HSL | 33.88º | 0.68% | 0.58% | - |
| HSV(B) | 33.88º | 0.67% | 0.87% | - |
| XYZ | 43.11 | 39.98 | 11.92 | - |
| YUV | 166.67 | 75.7 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 74 | 0 | 0.29 | 0.67 | 0.13 | 33.88 | 0.68 | 0.58 |
| Hex | DD | 9D | 4A | 0 | 1D | 43 | D | 22 | 44 | 3A |
| Octal | 335 | 235 | 112 | 0 | 35 | 103 | 15 | 42 | 104 | 72 |
| Binary | 11011101 | 10011101 | 1001010 | 0 | 11101 | 1000011 | 1101 | 100010 | 1000100 | 111010 |
Color Harmonies of #DD9D4A
Complementary color
Monochromatic Colors of #DD9D4A
Black with #DD9D4A
Text Example
Text Example
White with #DD9D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D4A; }
p { color: rgb(221,157,74); }
H1.HeaderClassName
{
color: #DD9D4A;
}
.AnyTagClassName
{
color: #DD9D4A;
}
</style>
background-color css
<style>
a { background-color: #DD9D4A; }
a { background-color: rgb(221,157,74); }
div.DivClassName
{
background-color: #DD9D4A;
}
.BgClassName
{
background-color: #DD9D4A;
}
</style>
border-color css
<style>
span { border-color: #DD9D4A; }
span { border-color: rgb(221,157,74); }
td.TdClassName
{
border-color: #DD9D4A;
}
.TagClassName
{
border-color: #DD9D4A;
}
</style>