Shades of Buttercup #DC8520
Tints of Buttercup #DC8520
RGB
CMYK
RGB Variations
Color information
#DC8520 (or 0xDC8520) is known color: Buttercup. HEX triplet: DC, 85 and 20. RGB value is (220,133,32). Sum of RGB (Red+Green+Blue) = 220+133+32=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8520 is #237ADF. Grayscale: #939393. Windows color (decimal): -2325216 or 2131420. OLE color: 2131420.
HSL color Cylindrical-coordinate representation of color #DC8520: hue angle of 32.23º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC8520 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 32 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.14 |
| HSL | 32.23º | 0.75% | 0.49% | - |
| HSV(B) | 32.23º | 0.85% | 0.86% | - |
| XYZ | 38.16 | 32.09 | 5.55 | - |
| YUV | 147.5 | 62.82 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 32 | 0 | 0.40 | 0.85 | 0.14 | 32.23 | 0.75 | 0.49 |
| Hex | DC | 85 | 20 | 0 | 28 | 55 | E | 20 | 4B | 31 |
| Octal | 334 | 205 | 40 | 0 | 50 | 125 | 16 | 40 | 113 | 61 |
| Binary | 11011100 | 10000101 | 100000 | 0 | 101000 | 1010101 | 1110 | 100000 | 1001011 | 110001 |
Color Harmonies of #DC8520
Complementary color
Monochromatic Colors of #DC8520
Black with #DC8520
Text Example
Text Example
White with #DC8520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8520; }
p { color: rgb(220,133,32); }
H1.HeaderClassName
{
color: #DC8520;
}
.AnyTagClassName
{
color: #DC8520;
}
</style>
background-color css
<style>
a { background-color: #DC8520; }
a { background-color: rgb(220,133,32); }
div.DivClassName
{
background-color: #DC8520;
}
.BgClassName
{
background-color: #DC8520;
}
</style>
border-color css
<style>
span { border-color: #DC8520; }
span { border-color: rgb(220,133,32); }
td.TdClassName
{
border-color: #DC8520;
}
.TagClassName
{
border-color: #DC8520;
}
</style>