Shades of Fire Bush #DC8F3B
Tints of Fire Bush #DC8F3B
RGB
CMYK
RGB Variations
Color information
#DC8F3B (or 0xDC8F3B) is known color: Fire Bush. HEX triplet: DC, 8F and 3B. RGB value is (220,143,59). Sum of RGB (Red+Green+Blue) = 220+143+59=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 59 (23.44% from 255 or 13.98% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8F3B is #2370C4. Grayscale: #9C9C9C. Windows color (decimal): -2322629 or 3903452. OLE color: 3903452.
HSL color Cylindrical-coordinate representation of color #DC8F3B: hue angle of 31.3º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC8F3B is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 59 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.14 |
| HSL | 31.3º | 0.7% | 0.55% | - |
| HSV(B) | 31.3º | 0.73% | 0.86% | - |
| XYZ | 40.13 | 35.18 | 8.81 | - |
| YUV | 156.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 59 | 0 | 0.35 | 0.73 | 0.14 | 31.3 | 0.7 | 0.55 |
| Hex | DC | 8F | 3B | 0 | 23 | 49 | E | 1F | 46 | 37 |
| Octal | 334 | 217 | 73 | 0 | 43 | 111 | 16 | 37 | 106 | 67 |
| Binary | 11011100 | 10001111 | 111011 | 0 | 100011 | 1001001 | 1110 | 11111 | 1000110 | 110111 |
Color Harmonies of #DC8F3B
Complementary color
Monochromatic Colors of #DC8F3B
Black with #DC8F3B
Text Example
Text Example
White with #DC8F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F3B; }
p { color: rgb(220,143,59); }
H1.HeaderClassName
{
color: #DC8F3B;
}
.AnyTagClassName
{
color: #DC8F3B;
}
</style>
background-color css
<style>
a { background-color: #DC8F3B; }
a { background-color: rgb(220,143,59); }
div.DivClassName
{
background-color: #DC8F3B;
}
.BgClassName
{
background-color: #DC8F3B;
}
</style>
border-color css
<style>
span { border-color: #DC8F3B; }
span { border-color: rgb(220,143,59); }
td.TdClassName
{
border-color: #DC8F3B;
}
.TagClassName
{
border-color: #DC8F3B;
}
</style>