Shades of Buttercup #DC8727
Tints of Buttercup #DC8727
RGB
CMYK
RGB Variations
Color information
#DC8727 (or 0xDC8727) is known color: Buttercup. HEX triplet: DC, 87 and 27. RGB value is (220,135,39). Sum of RGB (Red+Green+Blue) = 220+135+39=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8727 is #2378D8. Grayscale: #959595. Windows color (decimal): -2324697 or 2590684. OLE color: 2590684.
HSL color Cylindrical-coordinate representation of color #DC8727: hue angle of 31.82º 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 #DC8727 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 39 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.14 |
| HSL | 31.82º | 0.72% | 0.51% | - |
| HSV(B) | 31.82º | 0.82% | 0.86% | - |
| XYZ | 38.55 | 32.69 | 6.2 | - |
| YUV | 149.47 | 65.66 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 39 | 0 | 0.39 | 0.82 | 0.14 | 31.82 | 0.72 | 0.51 |
| Hex | DC | 87 | 27 | 0 | 27 | 52 | E | 20 | 48 | 33 |
| Octal | 334 | 207 | 47 | 0 | 47 | 122 | 16 | 40 | 110 | 63 |
| Binary | 11011100 | 10000111 | 100111 | 0 | 100111 | 1010010 | 1110 | 100000 | 1001000 | 110011 |
Color Harmonies of #DC8727
Complementary color
Monochromatic Colors of #DC8727
Black with #DC8727
Text Example
Text Example
White with #DC8727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8727; }
p { color: rgb(220,135,39); }
H1.HeaderClassName
{
color: #DC8727;
}
.AnyTagClassName
{
color: #DC8727;
}
</style>
background-color css
<style>
a { background-color: #DC8727; }
a { background-color: rgb(220,135,39); }
div.DivClassName
{
background-color: #DC8727;
}
.BgClassName
{
background-color: #DC8727;
}
</style>
border-color css
<style>
span { border-color: #DC8727; }
span { border-color: rgb(220,135,39); }
td.TdClassName
{
border-color: #DC8727;
}
.TagClassName
{
border-color: #DC8727;
}
</style>