Shades of Buttercup #DC8522
Tints of Buttercup #DC8522
RGB
CMYK
RGB Variations
Color information
#DC8522 (or 0xDC8522) is known color: Buttercup. HEX triplet: DC, 85 and 22. RGB value is (220,133,34). Sum of RGB (Red+Green+Blue) = 220+133+34=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8522 is #237ADD. Grayscale: #949494. Windows color (decimal): -2325214 or 2262492. OLE color: 2262492.
HSL color Cylindrical-coordinate representation of color #DC8522: hue angle of 31.94º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC8522 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 34 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.14 |
| HSL | 31.94º | 0.73% | 0.5% | - |
| HSV(B) | 31.94º | 0.85% | 0.86% | - |
| XYZ | 38.19 | 32.11 | 5.7 | - |
| YUV | 147.73 | 63.82 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 34 | 0 | 0.40 | 0.85 | 0.14 | 31.94 | 0.73 | 0.5 |
| Hex | DC | 85 | 22 | 0 | 28 | 55 | E | 20 | 49 | 32 |
| Octal | 334 | 205 | 42 | 0 | 50 | 125 | 16 | 40 | 111 | 62 |
| Binary | 11011100 | 10000101 | 100010 | 0 | 101000 | 1010101 | 1110 | 100000 | 1001001 | 110010 |
Color Harmonies of #DC8522
Complementary color
Monochromatic Colors of #DC8522
Black with #DC8522
Text Example
Text Example
White with #DC8522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8522; }
p { color: rgb(220,133,34); }
H1.HeaderClassName
{
color: #DC8522;
}
.AnyTagClassName
{
color: #DC8522;
}
</style>
background-color css
<style>
a { background-color: #DC8522; }
a { background-color: rgb(220,133,34); }
div.DivClassName
{
background-color: #DC8522;
}
.BgClassName
{
background-color: #DC8522;
}
</style>
border-color css
<style>
span { border-color: #DC8522; }
span { border-color: rgb(220,133,34); }
td.TdClassName
{
border-color: #DC8522;
}
.TagClassName
{
border-color: #DC8522;
}
</style>