Shades of Fire Bush #DD9A3F
Tints of Fire Bush #DD9A3F
RGB
CMYK
RGB Variations
Color information
#DD9A3F (or 0xDD9A3F) is known color: Fire Bush. HEX triplet: DD, 9A and 3F. RGB value is (221,154,63). Sum of RGB (Red+Green+Blue) = 221+154+63=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9A3F is #2265C0. Grayscale: #A4A4A4. Windows color (decimal): -2254273 or 4168413. OLE color: 4168413.
HSL color Cylindrical-coordinate representation of color #DD9A3F: hue angle of 34.56º 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 #DD9A3F is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 63 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.13 |
| HSL | 34.56º | 0.7% | 0.56% | - |
| HSV(B) | 34.56º | 0.71% | 0.87% | - |
| XYZ | 42.27 | 38.84 | 9.97 | - |
| YUV | 163.66 | 71.2 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 63 | 0 | 0.30 | 0.71 | 0.13 | 34.56 | 0.7 | 0.56 |
| Hex | DD | 9A | 3F | 0 | 1E | 47 | D | 23 | 46 | 38 |
| Octal | 335 | 232 | 77 | 0 | 36 | 107 | 15 | 43 | 106 | 70 |
| Binary | 11011101 | 10011010 | 111111 | 0 | 11110 | 1000111 | 1101 | 100011 | 1000110 | 111000 |
Color Harmonies of #DD9A3F
Complementary color
Monochromatic Colors of #DD9A3F
Black with #DD9A3F
Text Example
Text Example
White with #DD9A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A3F; }
p { color: rgb(221,154,63); }
H1.HeaderClassName
{
color: #DD9A3F;
}
.AnyTagClassName
{
color: #DD9A3F;
}
</style>
background-color css
<style>
a { background-color: #DD9A3F; }
a { background-color: rgb(221,154,63); }
div.DivClassName
{
background-color: #DD9A3F;
}
.BgClassName
{
background-color: #DD9A3F;
}
</style>
border-color css
<style>
span { border-color: #DD9A3F; }
span { border-color: rgb(221,154,63); }
td.TdClassName
{
border-color: #DD9A3F;
}
.TagClassName
{
border-color: #DD9A3F;
}
</style>