Shades of Buttercup #DC872A
Tints of Buttercup #DC872A
RGB
CMYK
RGB Variations
Color information
#DC872A (or 0xDC872A) is known color: Buttercup. HEX triplet: DC, 87 and 2A. RGB value is (220,135,42). Sum of RGB (Red+Green+Blue) = 220+135+42=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC872A is #2378D5. Grayscale: #969696. Windows color (decimal): -2324694 or 2787292. OLE color: 2787292.
HSL color Cylindrical-coordinate representation of color #DC872A: hue angle of 31.35º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC872A is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 42 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.14 |
| HSL | 31.35º | 0.72% | 0.51% | - |
| HSV(B) | 31.35º | 0.81% | 0.86% | - |
| XYZ | 38.6 | 32.71 | 6.47 | - |
| YUV | 149.81 | 67.16 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 42 | 0 | 0.39 | 0.81 | 0.14 | 31.35 | 0.72 | 0.51 |
| Hex | DC | 87 | 2A | 0 | 27 | 51 | E | 1F | 48 | 33 |
| Octal | 334 | 207 | 52 | 0 | 47 | 121 | 16 | 37 | 110 | 63 |
| Binary | 11011100 | 10000111 | 101010 | 0 | 100111 | 1010001 | 1110 | 11111 | 1001000 | 110011 |
Color Harmonies of #DC872A
Complementary color
Monochromatic Colors of #DC872A
Black with #DC872A
Text Example
Text Example
White with #DC872A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC872A; }
p { color: rgb(220,135,42); }
H1.HeaderClassName
{
color: #DC872A;
}
.AnyTagClassName
{
color: #DC872A;
}
</style>
background-color css
<style>
a { background-color: #DC872A; }
a { background-color: rgb(220,135,42); }
div.DivClassName
{
background-color: #DC872A;
}
.BgClassName
{
background-color: #DC872A;
}
</style>
border-color css
<style>
span { border-color: #DC872A; }
span { border-color: rgb(220,135,42); }
td.TdClassName
{
border-color: #DC872A;
}
.TagClassName
{
border-color: #DC872A;
}
</style>