Shades of Buttercup #DC8A21
Tints of Buttercup #DC8A21
RGB
CMYK
RGB Variations
Color information
#DC8A21 (or 0xDC8A21) is known color: Buttercup. HEX triplet: DC, 8A and 21. RGB value is (220,138,33). Sum of RGB (Red+Green+Blue) = 220+138+33=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A21 is #2375DE. Grayscale: #979797. Windows color (decimal): -2323935 or 2198236. OLE color: 2198236.
HSL color Cylindrical-coordinate representation of color #DC8A21: hue angle of 33.69º 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 #DC8A21 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 33 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.14 |
| HSL | 33.69º | 0.74% | 0.5% | - |
| HSV(B) | 33.69º | 0.85% | 0.86% | - |
| XYZ | 38.88 | 33.5 | 5.86 | - |
| YUV | 150.55 | 61.67 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 33 | 0 | 0.37 | 0.85 | 0.14 | 33.69 | 0.74 | 0.5 |
| Hex | DC | 8A | 21 | 0 | 25 | 55 | E | 22 | 4A | 32 |
| Octal | 334 | 212 | 41 | 0 | 45 | 125 | 16 | 42 | 112 | 62 |
| Binary | 11011100 | 10001010 | 100001 | 0 | 100101 | 1010101 | 1110 | 100010 | 1001010 | 110010 |
Color Harmonies of #DC8A21
Complementary color
Monochromatic Colors of #DC8A21
Black with #DC8A21
Text Example
Text Example
White with #DC8A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A21; }
p { color: rgb(220,138,33); }
H1.HeaderClassName
{
color: #DC8A21;
}
.AnyTagClassName
{
color: #DC8A21;
}
</style>
background-color css
<style>
a { background-color: #DC8A21; }
a { background-color: rgb(220,138,33); }
div.DivClassName
{
background-color: #DC8A21;
}
.BgClassName
{
background-color: #DC8A21;
}
</style>
border-color css
<style>
span { border-color: #DC8A21; }
span { border-color: rgb(220,138,33); }
td.TdClassName
{
border-color: #DC8A21;
}
.TagClassName
{
border-color: #DC8A21;
}
</style>