Shades of Fire Bush #DD963C
Tints of Fire Bush #DD963C
RGB
CMYK
RGB Variations
Color information
#DD963C (or 0xDD963C) is known color: Fire Bush. HEX triplet: DD, 96 and 3C. RGB value is (221,150,60). Sum of RGB (Red+Green+Blue) = 221+150+60=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD963C is #2269C3. Grayscale: #A1A1A1. Windows color (decimal): -2255300 or 3970781. OLE color: 3970781.
HSL color Cylindrical-coordinate representation of color #DD963C: hue angle of 33.54º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD963C is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 60 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.13 |
| HSL | 33.54º | 0.7% | 0.55% | - |
| HSV(B) | 33.54º | 0.73% | 0.87% | - |
| XYZ | 41.54 | 37.51 | 9.33 | - |
| YUV | 160.97 | 71.02 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 60 | 0 | 0.32 | 0.73 | 0.13 | 33.54 | 0.7 | 0.55 |
| Hex | DD | 96 | 3C | 0 | 20 | 49 | D | 22 | 46 | 37 |
| Octal | 335 | 226 | 74 | 0 | 40 | 111 | 15 | 42 | 106 | 67 |
| Binary | 11011101 | 10010110 | 111100 | 0 | 100000 | 1001001 | 1101 | 100010 | 1000110 | 110111 |
Color Harmonies of #DD963C
Complementary color
Monochromatic Colors of #DD963C
Black with #DD963C
Text Example
Text Example
White with #DD963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD963C; }
p { color: rgb(221,150,60); }
H1.HeaderClassName
{
color: #DD963C;
}
.AnyTagClassName
{
color: #DD963C;
}
</style>
background-color css
<style>
a { background-color: #DD963C; }
a { background-color: rgb(221,150,60); }
div.DivClassName
{
background-color: #DD963C;
}
.BgClassName
{
background-color: #DD963C;
}
</style>
border-color css
<style>
span { border-color: #DD963C; }
span { border-color: rgb(221,150,60); }
td.TdClassName
{
border-color: #DD963C;
}
.TagClassName
{
border-color: #DD963C;
}
</style>