Shades of Fire Bush #DD9942
Tints of Fire Bush #DD9942
RGB
CMYK
RGB Variations
Color information
#DD9942 (or 0xDD9942) is known color: Fire Bush. HEX triplet: DD, 99 and 42. RGB value is (221,153,66). Sum of RGB (Red+Green+Blue) = 221+153+66=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9942 is #2266BD. Grayscale: #A3A3A3. Windows color (decimal): -2254526 or 4364765. OLE color: 4364765.
HSL color Cylindrical-coordinate representation of color #DD9942: hue angle of 33.68º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD9942 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 66 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.13 |
| HSL | 33.68º | 0.7% | 0.56% | - |
| HSV(B) | 33.68º | 0.7% | 0.87% | - |
| XYZ | 42.19 | 38.55 | 10.37 | - |
| YUV | 163.41 | 73.03 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 66 | 0 | 0.31 | 0.70 | 0.13 | 33.68 | 0.7 | 0.56 |
| Hex | DD | 99 | 42 | 0 | 1F | 46 | D | 22 | 46 | 38 |
| Octal | 335 | 231 | 102 | 0 | 37 | 106 | 15 | 42 | 106 | 70 |
| Binary | 11011101 | 10011001 | 1000010 | 0 | 11111 | 1000110 | 1101 | 100010 | 1000110 | 111000 |
Color Harmonies of #DD9942
Complementary color
Monochromatic Colors of #DD9942
Black with #DD9942
Text Example
Text Example
White with #DD9942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9942; }
p { color: rgb(221,153,66); }
H1.HeaderClassName
{
color: #DD9942;
}
.AnyTagClassName
{
color: #DD9942;
}
</style>
background-color css
<style>
a { background-color: #DD9942; }
a { background-color: rgb(221,153,66); }
div.DivClassName
{
background-color: #DD9942;
}
.BgClassName
{
background-color: #DD9942;
}
</style>
border-color css
<style>
span { border-color: #DD9942; }
span { border-color: rgb(221,153,66); }
td.TdClassName
{
border-color: #DD9942;
}
.TagClassName
{
border-color: #DD9942;
}
</style>