Shades of Buttercup #DC8321
Tints of Buttercup #DC8321
RGB
CMYK
RGB Variations
Color information
#DC8321 (or 0xDC8321) is known color: Buttercup. HEX triplet: DC, 83 and 21. RGB value is (220,131,33). Sum of RGB (Red+Green+Blue) = 220+131+33=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8321 is #237CDE. Grayscale: #929292. Windows color (decimal): -2325727 or 2196444. OLE color: 2196444.
HSL color Cylindrical-coordinate representation of color #DC8321: hue angle of 31.44º 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 #DC8321 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 33 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.14 |
| HSL | 31.44º | 0.74% | 0.5% | - |
| HSV(B) | 31.44º | 0.85% | 0.86% | - |
| XYZ | 37.91 | 31.56 | 5.53 | - |
| YUV | 146.44 | 63.99 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 33 | 0 | 0.40 | 0.85 | 0.14 | 31.44 | 0.74 | 0.5 |
| Hex | DC | 83 | 21 | 0 | 28 | 55 | E | 1F | 4A | 32 |
| Octal | 334 | 203 | 41 | 0 | 50 | 125 | 16 | 37 | 112 | 62 |
| Binary | 11011100 | 10000011 | 100001 | 0 | 101000 | 1010101 | 1110 | 11111 | 1001010 | 110010 |
Color Harmonies of #DC8321
Complementary color
Monochromatic Colors of #DC8321
Black with #DC8321
Text Example
Text Example
White with #DC8321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8321; }
p { color: rgb(220,131,33); }
H1.HeaderClassName
{
color: #DC8321;
}
.AnyTagClassName
{
color: #DC8321;
}
</style>
background-color css
<style>
a { background-color: #DC8321; }
a { background-color: rgb(220,131,33); }
div.DivClassName
{
background-color: #DC8321;
}
.BgClassName
{
background-color: #DC8321;
}
</style>
border-color css
<style>
span { border-color: #DC8321; }
span { border-color: rgb(220,131,33); }
td.TdClassName
{
border-color: #DC8321;
}
.TagClassName
{
border-color: #DC8321;
}
</style>