Shades of Buttercup #DC872C
Tints of Buttercup #DC872C
RGB
CMYK
RGB Variations
Color information
#DC872C (or 0xDC872C) is known color: Buttercup. HEX triplet: DC, 87 and 2C. RGB value is (220,135,44). Sum of RGB (Red+Green+Blue) = 220+135+44=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC872C is #2378D3. Grayscale: #969696. Windows color (decimal): -2324692 or 2918364. OLE color: 2918364.
HSL color Cylindrical-coordinate representation of color #DC872C: hue angle of 31.02º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC872C is Cyan = 0, Magento = 0.39, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 44 | - |
| CMYK | 0 | 0.39 | 0.8 | 0.14 |
| HSL | 31.02º | 0.72% | 0.52% | - |
| HSV(B) | 31.02º | 0.8% | 0.86% | - |
| XYZ | 38.63 | 32.73 | 6.66 | - |
| YUV | 150.04 | 68.16 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 44 | 0 | 0.39 | 0.8 | 0.14 | 31.02 | 0.72 | 0.52 |
| Hex | DC | 87 | 2C | 0 | 27 | 50 | E | 1F | 48 | 34 |
| Octal | 334 | 207 | 54 | 0 | 47 | 120 | 16 | 37 | 110 | 64 |
| Binary | 11011100 | 10000111 | 101100 | 0 | 100111 | 1010000 | 1110 | 11111 | 1001000 | 110100 |
Color Harmonies of #DC872C
Complementary color
Monochromatic Colors of #DC872C
Black with #DC872C
Text Example
Text Example
White with #DC872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC872C; }
p { color: rgb(220,135,44); }
H1.HeaderClassName
{
color: #DC872C;
}
.AnyTagClassName
{
color: #DC872C;
}
</style>
background-color css
<style>
a { background-color: #DC872C; }
a { background-color: rgb(220,135,44); }
div.DivClassName
{
background-color: #DC872C;
}
.BgClassName
{
background-color: #DC872C;
}
</style>
border-color css
<style>
span { border-color: #DC872C; }
span { border-color: rgb(220,135,44); }
td.TdClassName
{
border-color: #DC872C;
}
.TagClassName
{
border-color: #DC872C;
}
</style>