Shades of Buttercup #DC8E2C
Tints of Buttercup #DC8E2C
RGB
CMYK
RGB Variations
Color information
#DC8E2C (or 0xDC8E2C) is known color: Buttercup. HEX triplet: DC, 8E and 2C. RGB value is (220,142,44). Sum of RGB (Red+Green+Blue) = 220+142+44=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8E2C is #2371D3. Grayscale: #9A9A9A. Windows color (decimal): -2322900 or 2920156. OLE color: 2920156.
HSL color Cylindrical-coordinate representation of color #DC8E2C: hue angle of 33.41º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC8E2C is Cyan = 0, Magento = 0.35, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 142 | 44 | - |
| CMYK | 0 | 0.35 | 0.8 | 0.14 |
| HSL | 33.41º | 0.72% | 0.52% | - |
| HSV(B) | 33.41º | 0.8% | 0.86% | - |
| XYZ | 39.64 | 34.74 | 7 | - |
| YUV | 154.15 | 65.84 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 44 | 0 | 0.35 | 0.8 | 0.14 | 33.41 | 0.72 | 0.52 |
| Hex | DC | 8E | 2C | 0 | 23 | 50 | E | 21 | 48 | 34 |
| Octal | 334 | 216 | 54 | 0 | 43 | 120 | 16 | 41 | 110 | 64 |
| Binary | 11011100 | 10001110 | 101100 | 0 | 100011 | 1010000 | 1110 | 100001 | 1001000 | 110100 |
Color Harmonies of #DC8E2C
Complementary color
Monochromatic Colors of #DC8E2C
Black with #DC8E2C
Text Example
Text Example
White with #DC8E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8E2C; }
p { color: rgb(220,142,44); }
H1.HeaderClassName
{
color: #DC8E2C;
}
.AnyTagClassName
{
color: #DC8E2C;
}
</style>
background-color css
<style>
a { background-color: #DC8E2C; }
a { background-color: rgb(220,142,44); }
div.DivClassName
{
background-color: #DC8E2C;
}
.BgClassName
{
background-color: #DC8E2C;
}
</style>
border-color css
<style>
span { border-color: #DC8E2C; }
span { border-color: rgb(220,142,44); }
td.TdClassName
{
border-color: #DC8E2C;
}
.TagClassName
{
border-color: #DC8E2C;
}
</style>