Shades of Buttercup #DC8C27
Tints of Buttercup #DC8C27
RGB
CMYK
RGB Variations
Color information
#DC8C27 (or 0xDC8C27) is known color: Buttercup. HEX triplet: DC, 8C and 27. RGB value is (220,140,39). Sum of RGB (Red+Green+Blue) = 220+140+39=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8C27 is #2373D8. Grayscale: #989898. Windows color (decimal): -2323417 or 2591964. OLE color: 2591964.
HSL color Cylindrical-coordinate representation of color #DC8C27: hue angle of 33.48º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC8C27 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 39 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.14 |
| HSL | 33.48º | 0.72% | 0.51% | - |
| HSV(B) | 33.48º | 0.82% | 0.86% | - |
| XYZ | 39.26 | 34.12 | 6.44 | - |
| YUV | 152.41 | 64 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 39 | 0 | 0.36 | 0.82 | 0.14 | 33.48 | 0.72 | 0.51 |
| Hex | DC | 8C | 27 | 0 | 24 | 52 | E | 21 | 48 | 33 |
| Octal | 334 | 214 | 47 | 0 | 44 | 122 | 16 | 41 | 110 | 63 |
| Binary | 11011100 | 10001100 | 100111 | 0 | 100100 | 1010010 | 1110 | 100001 | 1001000 | 110011 |
Color Harmonies of #DC8C27
Complementary color
Monochromatic Colors of #DC8C27
Black with #DC8C27
Text Example
Text Example
White with #DC8C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C27; }
p { color: rgb(220,140,39); }
H1.HeaderClassName
{
color: #DC8C27;
}
.AnyTagClassName
{
color: #DC8C27;
}
</style>
background-color css
<style>
a { background-color: #DC8C27; }
a { background-color: rgb(220,140,39); }
div.DivClassName
{
background-color: #DC8C27;
}
.BgClassName
{
background-color: #DC8C27;
}
</style>
border-color css
<style>
span { border-color: #DC8C27; }
span { border-color: rgb(220,140,39); }
td.TdClassName
{
border-color: #DC8C27;
}
.TagClassName
{
border-color: #DC8C27;
}
</style>