Shades of Buttercup #DC8D27
Tints of Buttercup #DC8D27
RGB
CMYK
RGB Variations
Color information
#DC8D27 (or 0xDC8D27) is known color: Buttercup. HEX triplet: DC, 8D and 27. RGB value is (220,141,39). Sum of RGB (Red+Green+Blue) = 220+141+39=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 39 (15.62% from 255 or 9.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8D27 is #2372D8. Grayscale: #999999. Windows color (decimal): -2323161 or 2592220. OLE color: 2592220.
HSL color Cylindrical-coordinate representation of color #DC8D27: hue angle of 33.81º 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 #DC8D27 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 39 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.14 |
| HSL | 33.81º | 0.72% | 0.51% | - |
| HSV(B) | 33.81º | 0.82% | 0.86% | - |
| XYZ | 39.41 | 34.41 | 6.48 | - |
| YUV | 152.99 | 63.67 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 39 | 0 | 0.36 | 0.82 | 0.14 | 33.81 | 0.72 | 0.51 |
| Hex | DC | 8D | 27 | 0 | 24 | 52 | E | 22 | 48 | 33 |
| Octal | 334 | 215 | 47 | 0 | 44 | 122 | 16 | 42 | 110 | 63 |
| Binary | 11011100 | 10001101 | 100111 | 0 | 100100 | 1010010 | 1110 | 100010 | 1001000 | 110011 |
Color Harmonies of #DC8D27
Complementary color
Monochromatic Colors of #DC8D27
Black with #DC8D27
Text Example
Text Example
White with #DC8D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8D27; }
p { color: rgb(220,141,39); }
H1.HeaderClassName
{
color: #DC8D27;
}
.AnyTagClassName
{
color: #DC8D27;
}
</style>
background-color css
<style>
a { background-color: #DC8D27; }
a { background-color: rgb(220,141,39); }
div.DivClassName
{
background-color: #DC8D27;
}
.BgClassName
{
background-color: #DC8D27;
}
</style>
border-color css
<style>
span { border-color: #DC8D27; }
span { border-color: rgb(220,141,39); }
td.TdClassName
{
border-color: #DC8D27;
}
.TagClassName
{
border-color: #DC8D27;
}
</style>