Shades of Fire Bush #DD963A
Tints of Fire Bush #DD963A
RGB
CMYK
RGB Variations
Color information
#DD963A (or 0xDD963A) is known color: Fire Bush. HEX triplet: DD, 96 and 3A. RGB value is (221,150,58). Sum of RGB (Red+Green+Blue) = 221+150+58=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD963A is #2269C5. Grayscale: #A1A1A1. Windows color (decimal): -2255302 or 3839709. OLE color: 3839709.
HSL color Cylindrical-coordinate representation of color #DD963A: hue angle of 33.87º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD963A is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 58 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.13 |
| HSL | 33.87º | 0.71% | 0.55% | - |
| HSV(B) | 33.87º | 0.74% | 0.87% | - |
| XYZ | 41.49 | 37.49 | 9.05 | - |
| YUV | 160.74 | 70.02 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 58 | 0 | 0.32 | 0.74 | 0.13 | 33.87 | 0.71 | 0.55 |
| Hex | DD | 96 | 3A | 0 | 20 | 4A | D | 22 | 47 | 37 |
| Octal | 335 | 226 | 72 | 0 | 40 | 112 | 15 | 42 | 107 | 67 |
| Binary | 11011101 | 10010110 | 111010 | 0 | 100000 | 1001010 | 1101 | 100010 | 1000111 | 110111 |
Color Harmonies of #DD963A
Complementary color
Monochromatic Colors of #DD963A
Black with #DD963A
Text Example
Text Example
White with #DD963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD963A; }
p { color: rgb(221,150,58); }
H1.HeaderClassName
{
color: #DD963A;
}
.AnyTagClassName
{
color: #DD963A;
}
</style>
background-color css
<style>
a { background-color: #DD963A; }
a { background-color: rgb(221,150,58); }
div.DivClassName
{
background-color: #DD963A;
}
.BgClassName
{
background-color: #DD963A;
}
</style>
border-color css
<style>
span { border-color: #DD963A; }
span { border-color: rgb(221,150,58); }
td.TdClassName
{
border-color: #DD963A;
}
.TagClassName
{
border-color: #DD963A;
}
</style>