Shades of Fire Bush #DC9B3A
Tints of Fire Bush #DC9B3A
RGB
CMYK
RGB Variations
Color information
#DC9B3A (or 0xDC9B3A) is known color: Fire Bush. HEX triplet: DC, 9B and 3A. RGB value is (220,155,58). Sum of RGB (Red+Green+Blue) = 220+155+58=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9B3A is #2364C5. Grayscale: #A3A3A3. Windows color (decimal): -2319558 or 3840988. OLE color: 3840988.
HSL color Cylindrical-coordinate representation of color #DC9B3A: hue angle of 35.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC9B3A is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 58 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.14 |
| HSL | 35.93º | 0.7% | 0.55% | - |
| HSV(B) | 35.93º | 0.74% | 0.86% | - |
| XYZ | 42 | 38.96 | 9.31 | - |
| YUV | 163.38 | 68.53 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 58 | 0 | 0.30 | 0.74 | 0.14 | 35.93 | 0.7 | 0.55 |
| Hex | DC | 9B | 3A | 0 | 1E | 4A | E | 24 | 46 | 37 |
| Octal | 334 | 233 | 72 | 0 | 36 | 112 | 16 | 44 | 106 | 67 |
| Binary | 11011100 | 10011011 | 111010 | 0 | 11110 | 1001010 | 1110 | 100100 | 1000110 | 110111 |
Color Harmonies of #DC9B3A
Complementary color
Monochromatic Colors of #DC9B3A
Black with #DC9B3A
Text Example
Text Example
White with #DC9B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B3A; }
p { color: rgb(220,155,58); }
H1.HeaderClassName
{
color: #DC9B3A;
}
.AnyTagClassName
{
color: #DC9B3A;
}
</style>
background-color css
<style>
a { background-color: #DC9B3A; }
a { background-color: rgb(220,155,58); }
div.DivClassName
{
background-color: #DC9B3A;
}
.BgClassName
{
background-color: #DC9B3A;
}
</style>
border-color css
<style>
span { border-color: #DC9B3A; }
span { border-color: rgb(220,155,58); }
td.TdClassName
{
border-color: #DC9B3A;
}
.TagClassName
{
border-color: #DC9B3A;
}
</style>