Shades of Fire Bush #DD9B4C
Tints of Fire Bush #DD9B4C
RGB
CMYK
RGB Variations
Color information
#DD9B4C (or 0xDD9B4C) is known color: Fire Bush. HEX triplet: DD, 9B and 4C. RGB value is (221,155,76). Sum of RGB (Red+Green+Blue) = 221+155+76=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9B4C is #2264B3. Grayscale: #A6A6A6. Windows color (decimal): -2254004 or 5020637. OLE color: 5020637.
HSL color Cylindrical-coordinate representation of color #DD9B4C: hue angle of 32.69º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD9B4C is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 76 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.13 |
| HSL | 32.69º | 0.68% | 0.58% | - |
| HSV(B) | 32.69º | 0.66% | 0.87% | - |
| XYZ | 42.84 | 39.34 | 12.17 | - |
| YUV | 165.73 | 77.37 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 76 | 0 | 0.30 | 0.66 | 0.13 | 32.69 | 0.68 | 0.58 |
| Hex | DD | 9B | 4C | 0 | 1E | 42 | D | 21 | 44 | 3A |
| Octal | 335 | 233 | 114 | 0 | 36 | 102 | 15 | 41 | 104 | 72 |
| Binary | 11011101 | 10011011 | 1001100 | 0 | 11110 | 1000010 | 1101 | 100001 | 1000100 | 111010 |
Color Harmonies of #DD9B4C
Complementary color
Monochromatic Colors of #DD9B4C
Black with #DD9B4C
Text Example
Text Example
White with #DD9B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B4C; }
p { color: rgb(221,155,76); }
H1.HeaderClassName
{
color: #DD9B4C;
}
.AnyTagClassName
{
color: #DD9B4C;
}
</style>
background-color css
<style>
a { background-color: #DD9B4C; }
a { background-color: rgb(221,155,76); }
div.DivClassName
{
background-color: #DD9B4C;
}
.BgClassName
{
background-color: #DD9B4C;
}
</style>
border-color css
<style>
span { border-color: #DD9B4C; }
span { border-color: rgb(221,155,76); }
td.TdClassName
{
border-color: #DD9B4C;
}
.TagClassName
{
border-color: #DD9B4C;
}
</style>