Shades of Buttercup #DC8421
Tints of Buttercup #DC8421
RGB
CMYK
RGB Variations
Color information
#DC8421 (or 0xDC8421) is known color: Buttercup. HEX triplet: DC, 84 and 21. RGB value is (220,132,33). Sum of RGB (Red+Green+Blue) = 220+132+33=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8421 is #237BDE. Grayscale: #939393. Windows color (decimal): -2325471 or 2196700. OLE color: 2196700.
HSL color Cylindrical-coordinate representation of color #DC8421: hue angle of 31.76º degrees, saturation: 0.74, 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 #DC8421 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 33 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.14 |
| HSL | 31.76º | 0.74% | 0.5% | - |
| HSV(B) | 31.76º | 0.85% | 0.86% | - |
| XYZ | 38.04 | 31.83 | 5.58 | - |
| YUV | 147.03 | 63.65 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 33 | 0 | 0.40 | 0.85 | 0.14 | 31.76 | 0.74 | 0.5 |
| Hex | DC | 84 | 21 | 0 | 28 | 55 | E | 20 | 4A | 32 |
| Octal | 334 | 204 | 41 | 0 | 50 | 125 | 16 | 40 | 112 | 62 |
| Binary | 11011100 | 10000100 | 100001 | 0 | 101000 | 1010101 | 1110 | 100000 | 1001010 | 110010 |
Color Harmonies of #DC8421
Complementary color
Monochromatic Colors of #DC8421
Black with #DC8421
Text Example
Text Example
White with #DC8421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8421; }
p { color: rgb(220,132,33); }
H1.HeaderClassName
{
color: #DC8421;
}
.AnyTagClassName
{
color: #DC8421;
}
</style>
background-color css
<style>
a { background-color: #DC8421; }
a { background-color: rgb(220,132,33); }
div.DivClassName
{
background-color: #DC8421;
}
.BgClassName
{
background-color: #DC8421;
}
</style>
border-color css
<style>
span { border-color: #DC8421; }
span { border-color: rgb(220,132,33); }
td.TdClassName
{
border-color: #DC8421;
}
.TagClassName
{
border-color: #DC8421;
}
</style>