Shades of Fire Bush #DD9D3D
Tints of Fire Bush #DD9D3D
RGB
CMYK
RGB Variations
Color information
#DD9D3D (or 0xDD9D3D) is known color: Fire Bush. HEX triplet: DD, 9D and 3D. RGB value is (221,157,61). Sum of RGB (Red+Green+Blue) = 221+157+61=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9D3D is #2262C2. Grayscale: #A5A5A5. Windows color (decimal): -2253507 or 4038109. OLE color: 4038109.
HSL color Cylindrical-coordinate representation of color #DD9D3D: hue angle of 36º 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 #DD9D3D is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 61 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.13 |
| HSL | 36º | 0.7% | 0.55% | - |
| HSV(B) | 36º | 0.72% | 0.87% | - |
| XYZ | 42.72 | 39.82 | 9.85 | - |
| YUV | 165.19 | 69.2 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 61 | 0 | 0.29 | 0.72 | 0.13 | 36 | 0.7 | 0.55 |
| Hex | DD | 9D | 3D | 0 | 1D | 48 | D | 24 | 46 | 37 |
| Octal | 335 | 235 | 75 | 0 | 35 | 110 | 15 | 44 | 106 | 67 |
| Binary | 11011101 | 10011101 | 111101 | 0 | 11101 | 1001000 | 1101 | 100100 | 1000110 | 110111 |
Color Harmonies of #DD9D3D
Complementary color
Monochromatic Colors of #DD9D3D
Black with #DD9D3D
Text Example
Text Example
White with #DD9D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D3D; }
p { color: rgb(221,157,61); }
H1.HeaderClassName
{
color: #DD9D3D;
}
.AnyTagClassName
{
color: #DD9D3D;
}
</style>
background-color css
<style>
a { background-color: #DD9D3D; }
a { background-color: rgb(221,157,61); }
div.DivClassName
{
background-color: #DD9D3D;
}
.BgClassName
{
background-color: #DD9D3D;
}
</style>
border-color css
<style>
span { border-color: #DD9D3D; }
span { border-color: rgb(221,157,61); }
td.TdClassName
{
border-color: #DD9D3D;
}
.TagClassName
{
border-color: #DD9D3D;
}
</style>