Shades of Fire Bush #DD8C41
Tints of Fire Bush #DD8C41
RGB
CMYK
RGB Variations
Color information
#DD8C41 (or 0xDD8C41) is known color: Fire Bush. HEX triplet: DD, 8C and 41. RGB value is (221,140,65). Sum of RGB (Red+Green+Blue) = 221+140+65=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C41 is #2273BE. Grayscale: #9C9C9C. Windows color (decimal): -2257855 or 4295901. OLE color: 4295901.
HSL color Cylindrical-coordinate representation of color #DD8C41: hue angle of 28.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD8C41 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 65 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.13 |
| HSL | 28.85º | 0.7% | 0.56% | - |
| HSV(B) | 28.85º | 0.71% | 0.87% | - |
| XYZ | 40.15 | 34.51 | 9.55 | - |
| YUV | 155.67 | 76.84 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 65 | 0 | 0.37 | 0.71 | 0.13 | 28.85 | 0.7 | 0.56 |
| Hex | DD | 8C | 41 | 0 | 25 | 47 | D | 1D | 46 | 38 |
| Octal | 335 | 214 | 101 | 0 | 45 | 107 | 15 | 35 | 106 | 70 |
| Binary | 11011101 | 10001100 | 1000001 | 0 | 100101 | 1000111 | 1101 | 11101 | 1000110 | 111000 |
Color Harmonies of #DD8C41
Complementary color
Monochromatic Colors of #DD8C41
Black with #DD8C41
Text Example
Text Example
White with #DD8C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C41; }
p { color: rgb(221,140,65); }
H1.HeaderClassName
{
color: #DD8C41;
}
.AnyTagClassName
{
color: #DD8C41;
}
</style>
background-color css
<style>
a { background-color: #DD8C41; }
a { background-color: rgb(221,140,65); }
div.DivClassName
{
background-color: #DD8C41;
}
.BgClassName
{
background-color: #DD8C41;
}
</style>
border-color css
<style>
span { border-color: #DD8C41; }
span { border-color: rgb(221,140,65); }
td.TdClassName
{
border-color: #DD8C41;
}
.TagClassName
{
border-color: #DD8C41;
}
</style>