Shades of Buttercup #DC871E
Tints of Buttercup #DC871E
RGB
CMYK
RGB Variations
Color information
#DC871E (or 0xDC871E) is known color: Buttercup. HEX triplet: DC, 87 and 1E. RGB value is (220,135,30). Sum of RGB (Red+Green+Blue) = 220+135+30=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC871E is #2378E1. Grayscale: #949494. Windows color (decimal): -2324706 or 2000860. OLE color: 2000860.
HSL color Cylindrical-coordinate representation of color #DC871E: hue angle of 33.16º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC871E is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 30 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.14 |
| HSL | 33.16º | 0.76% | 0.49% | - |
| HSV(B) | 33.16º | 0.86% | 0.86% | - |
| XYZ | 38.41 | 32.64 | 5.5 | - |
| YUV | 148.45 | 61.16 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 30 | 0 | 0.39 | 0.86 | 0.14 | 33.16 | 0.76 | 0.49 |
| Hex | DC | 87 | 1E | 0 | 27 | 56 | E | 21 | 4C | 31 |
| Octal | 334 | 207 | 36 | 0 | 47 | 126 | 16 | 41 | 114 | 61 |
| Binary | 11011100 | 10000111 | 11110 | 0 | 100111 | 1010110 | 1110 | 100001 | 1001100 | 110001 |
Color Harmonies of #DC871E
Complementary color
Monochromatic Colors of #DC871E
Black with #DC871E
Text Example
Text Example
White with #DC871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC871E; }
p { color: rgb(220,135,30); }
H1.HeaderClassName
{
color: #DC871E;
}
.AnyTagClassName
{
color: #DC871E;
}
</style>
background-color css
<style>
a { background-color: #DC871E; }
a { background-color: rgb(220,135,30); }
div.DivClassName
{
background-color: #DC871E;
}
.BgClassName
{
background-color: #DC871E;
}
</style>
border-color css
<style>
span { border-color: #DC871E; }
span { border-color: rgb(220,135,30); }
td.TdClassName
{
border-color: #DC871E;
}
.TagClassName
{
border-color: #DC871E;
}
</style>