Shades of Fire Bush #DC933E
Tints of Fire Bush #DC933E
RGB
CMYK
RGB Variations
Color information
#DC933E (or 0xDC933E) is known color: Fire Bush. HEX triplet: DC, 93 and 3E. RGB value is (220,147,62). Sum of RGB (Red+Green+Blue) = 220+147+62=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC933E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC933E is #236CC1. Grayscale: #9F9F9F. Windows color (decimal): -2321602 or 4101084. OLE color: 4101084.
HSL color Cylindrical-coordinate representation of color #DC933E: hue angle of 32.28º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC933E is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 62 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.14 |
| HSL | 32.28º | 0.69% | 0.55% | - |
| HSV(B) | 32.28º | 0.72% | 0.86% | - |
| XYZ | 40.82 | 36.43 | 9.44 | - |
| YUV | 159.14 | 73.18 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 62 | 0 | 0.33 | 0.72 | 0.14 | 32.28 | 0.69 | 0.55 |
| Hex | DC | 93 | 3E | 0 | 21 | 48 | E | 20 | 45 | 37 |
| Octal | 334 | 223 | 76 | 0 | 41 | 110 | 16 | 40 | 105 | 67 |
| Binary | 11011100 | 10010011 | 111110 | 0 | 100001 | 1001000 | 1110 | 100000 | 1000101 | 110111 |
Color Harmonies of #DC933E
Complementary color
Monochromatic Colors of #DC933E
Black with #DC933E
Text Example
Text Example
White with #DC933E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC933E; }
p { color: rgb(220,147,62); }
H1.HeaderClassName
{
color: #DC933E;
}
.AnyTagClassName
{
color: #DC933E;
}
</style>
background-color css
<style>
a { background-color: #DC933E; }
a { background-color: rgb(220,147,62); }
div.DivClassName
{
background-color: #DC933E;
}
.BgClassName
{
background-color: #DC933E;
}
</style>
border-color css
<style>
span { border-color: #DC933E; }
span { border-color: rgb(220,147,62); }
td.TdClassName
{
border-color: #DC933E;
}
.TagClassName
{
border-color: #DC933E;
}
</style>