Shades of Fire Bush #DD963D
Tints of Fire Bush #DD963D
RGB
CMYK
RGB Variations
Color information
#DD963D (or 0xDD963D) is known color: Fire Bush. HEX triplet: DD, 96 and 3D. RGB value is (221,150,61). Sum of RGB (Red+Green+Blue) = 221+150+61=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD963D is #2269C2. Grayscale: #A1A1A1. Windows color (decimal): -2255299 or 4036317. OLE color: 4036317.
HSL color Cylindrical-coordinate representation of color #DD963D: hue angle of 33.38º 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 #DD963D is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 61 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.13 |
| HSL | 33.38º | 0.7% | 0.55% | - |
| HSV(B) | 33.38º | 0.72% | 0.87% | - |
| XYZ | 41.57 | 37.52 | 9.47 | - |
| YUV | 161.08 | 71.52 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 61 | 0 | 0.32 | 0.72 | 0.13 | 33.38 | 0.7 | 0.55 |
| Hex | DD | 96 | 3D | 0 | 20 | 48 | D | 21 | 46 | 37 |
| Octal | 335 | 226 | 75 | 0 | 40 | 110 | 15 | 41 | 106 | 67 |
| Binary | 11011101 | 10010110 | 111101 | 0 | 100000 | 1001000 | 1101 | 100001 | 1000110 | 110111 |
Color Harmonies of #DD963D
Complementary color
Monochromatic Colors of #DD963D
Black with #DD963D
Text Example
Text Example
White with #DD963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD963D; }
p { color: rgb(221,150,61); }
H1.HeaderClassName
{
color: #DD963D;
}
.AnyTagClassName
{
color: #DD963D;
}
</style>
background-color css
<style>
a { background-color: #DD963D; }
a { background-color: rgb(221,150,61); }
div.DivClassName
{
background-color: #DD963D;
}
.BgClassName
{
background-color: #DD963D;
}
</style>
border-color css
<style>
span { border-color: #DD963D; }
span { border-color: rgb(221,150,61); }
td.TdClassName
{
border-color: #DD963D;
}
.TagClassName
{
border-color: #DD963D;
}
</style>