Shades of Buttercup #DC8C29
Tints of Buttercup #DC8C29
RGB
CMYK
RGB Variations
Color information
#DC8C29 (or 0xDC8C29) is known color: Buttercup. HEX triplet: DC, 8C and 29. RGB value is (220,140,41). Sum of RGB (Red+Green+Blue) = 220+140+41=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8C29 is #2373D6. Grayscale: #999999. Windows color (decimal): -2323415 or 2723036. OLE color: 2723036.
HSL color Cylindrical-coordinate representation of color #DC8C29: hue angle of 33.18º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC8C29 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 41 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.14 |
| HSL | 33.18º | 0.72% | 0.51% | - |
| HSV(B) | 33.18º | 0.81% | 0.86% | - |
| XYZ | 39.29 | 34.13 | 6.61 | - |
| YUV | 152.63 | 65 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 41 | 0 | 0.36 | 0.81 | 0.14 | 33.18 | 0.72 | 0.51 |
| Hex | DC | 8C | 29 | 0 | 24 | 51 | E | 21 | 48 | 33 |
| Octal | 334 | 214 | 51 | 0 | 44 | 121 | 16 | 41 | 110 | 63 |
| Binary | 11011100 | 10001100 | 101001 | 0 | 100100 | 1010001 | 1110 | 100001 | 1001000 | 110011 |
Color Harmonies of #DC8C29
Complementary color
Monochromatic Colors of #DC8C29
Black with #DC8C29
Text Example
Text Example
White with #DC8C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C29; }
p { color: rgb(220,140,41); }
H1.HeaderClassName
{
color: #DC8C29;
}
.AnyTagClassName
{
color: #DC8C29;
}
</style>
background-color css
<style>
a { background-color: #DC8C29; }
a { background-color: rgb(220,140,41); }
div.DivClassName
{
background-color: #DC8C29;
}
.BgClassName
{
background-color: #DC8C29;
}
</style>
border-color css
<style>
span { border-color: #DC8C29; }
span { border-color: rgb(220,140,41); }
td.TdClassName
{
border-color: #DC8C29;
}
.TagClassName
{
border-color: #DC8C29;
}
</style>