Shades of Fire Bush #DD9A3D
Tints of Fire Bush #DD9A3D
RGB
CMYK
RGB Variations
Color information
#DD9A3D (or 0xDD9A3D) is known color: Fire Bush. HEX triplet: DD, 9A and 3D. RGB value is (221,154,61). Sum of RGB (Red+Green+Blue) = 221+154+61=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9A3D is #2265C2. Grayscale: #A3A3A3. Windows color (decimal): -2254275 or 4037341. OLE color: 4037341.
HSL color Cylindrical-coordinate representation of color #DD9A3D: hue angle of 34.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD9A3D is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 61 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.13 |
| HSL | 34.88º | 0.7% | 0.55% | - |
| HSV(B) | 34.88º | 0.72% | 0.87% | - |
| XYZ | 42.22 | 38.82 | 9.68 | - |
| YUV | 163.43 | 70.2 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 61 | 0 | 0.30 | 0.72 | 0.13 | 34.88 | 0.7 | 0.55 |
| Hex | DD | 9A | 3D | 0 | 1E | 48 | D | 23 | 46 | 37 |
| Octal | 335 | 232 | 75 | 0 | 36 | 110 | 15 | 43 | 106 | 67 |
| Binary | 11011101 | 10011010 | 111101 | 0 | 11110 | 1001000 | 1101 | 100011 | 1000110 | 110111 |
Color Harmonies of #DD9A3D
Complementary color
Monochromatic Colors of #DD9A3D
Black with #DD9A3D
Text Example
Text Example
White with #DD9A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A3D; }
p { color: rgb(221,154,61); }
H1.HeaderClassName
{
color: #DD9A3D;
}
.AnyTagClassName
{
color: #DD9A3D;
}
</style>
background-color css
<style>
a { background-color: #DD9A3D; }
a { background-color: rgb(221,154,61); }
div.DivClassName
{
background-color: #DD9A3D;
}
.BgClassName
{
background-color: #DD9A3D;
}
</style>
border-color css
<style>
span { border-color: #DD9A3D; }
span { border-color: rgb(221,154,61); }
td.TdClassName
{
border-color: #DD9A3D;
}
.TagClassName
{
border-color: #DD9A3D;
}
</style>