Shades of Fire Bush #DD964D
Tints of Fire Bush #DD964D
RGB
CMYK
RGB Variations
Color information
#DD964D (or 0xDD964D) is known color: Fire Bush. HEX triplet: DD, 96 and 4D. RGB value is (221,150,77). Sum of RGB (Red+Green+Blue) = 221+150+77=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD964D is #2269B2. Grayscale: #A3A3A3. Windows color (decimal): -2255283 or 5084893. OLE color: 5084893.
HSL color Cylindrical-coordinate representation of color #DD964D: hue angle of 30.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD964D is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 77 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.13 |
| HSL | 30.42º | 0.68% | 0.58% | - |
| HSV(B) | 30.42º | 0.65% | 0.87% | - |
| XYZ | 42.06 | 37.72 | 12.08 | - |
| YUV | 162.91 | 79.52 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 77 | 0 | 0.32 | 0.65 | 0.13 | 30.42 | 0.68 | 0.58 |
| Hex | DD | 96 | 4D | 0 | 20 | 41 | D | 1E | 44 | 3A |
| Octal | 335 | 226 | 115 | 0 | 40 | 101 | 15 | 36 | 104 | 72 |
| Binary | 11011101 | 10010110 | 1001101 | 0 | 100000 | 1000001 | 1101 | 11110 | 1000100 | 111010 |
Color Harmonies of #DD964D
Complementary color
Monochromatic Colors of #DD964D
Black with #DD964D
Text Example
Text Example
White with #DD964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD964D; }
p { color: rgb(221,150,77); }
H1.HeaderClassName
{
color: #DD964D;
}
.AnyTagClassName
{
color: #DD964D;
}
</style>
background-color css
<style>
a { background-color: #DD964D; }
a { background-color: rgb(221,150,77); }
div.DivClassName
{
background-color: #DD964D;
}
.BgClassName
{
background-color: #DD964D;
}
</style>
border-color css
<style>
span { border-color: #DD964D; }
span { border-color: rgb(221,150,77); }
td.TdClassName
{
border-color: #DD964D;
}
.TagClassName
{
border-color: #DD964D;
}
</style>