Shades of Fire Bush #DC9C3F
Tints of Fire Bush #DC9C3F
RGB
CMYK
RGB Variations
Color information
#DC9C3F (or 0xDC9C3F) is known color: Fire Bush. HEX triplet: DC, 9C and 3F. RGB value is (220,156,63). Sum of RGB (Red+Green+Blue) = 220+156+63=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9C3F is #2363C0. Grayscale: #A4A4A4. Windows color (decimal): -2319297 or 4168924. OLE color: 4168924.
HSL color Cylindrical-coordinate representation of color #DC9C3F: hue angle of 35.54º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC9C3F is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 63 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.14 |
| HSL | 35.54º | 0.69% | 0.55% | - |
| HSV(B) | 35.54º | 0.71% | 0.86% | - |
| XYZ | 42.3 | 39.35 | 10.07 | - |
| YUV | 164.53 | 70.7 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 63 | 0 | 0.29 | 0.71 | 0.14 | 35.54 | 0.69 | 0.55 |
| Hex | DC | 9C | 3F | 0 | 1D | 47 | E | 24 | 45 | 37 |
| Octal | 334 | 234 | 77 | 0 | 35 | 107 | 16 | 44 | 105 | 67 |
| Binary | 11011100 | 10011100 | 111111 | 0 | 11101 | 1000111 | 1110 | 100100 | 1000101 | 110111 |
Color Harmonies of #DC9C3F
Complementary color
Monochromatic Colors of #DC9C3F
Black with #DC9C3F
Text Example
Text Example
White with #DC9C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C3F; }
p { color: rgb(220,156,63); }
H1.HeaderClassName
{
color: #DC9C3F;
}
.AnyTagClassName
{
color: #DC9C3F;
}
</style>
background-color css
<style>
a { background-color: #DC9C3F; }
a { background-color: rgb(220,156,63); }
div.DivClassName
{
background-color: #DC9C3F;
}
.BgClassName
{
background-color: #DC9C3F;
}
</style>
border-color css
<style>
span { border-color: #DC9C3F; }
span { border-color: rgb(220,156,63); }
td.TdClassName
{
border-color: #DC9C3F;
}
.TagClassName
{
border-color: #DC9C3F;
}
</style>