Shades of Buttercup #DC872B
Tints of Buttercup #DC872B
RGB
CMYK
RGB Variations
Color information
#DC872B (or 0xDC872B) is known color: Buttercup. HEX triplet: DC, 87 and 2B. RGB value is (220,135,43). Sum of RGB (Red+Green+Blue) = 220+135+43=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC872B is #2378D4. Grayscale: #969696. Windows color (decimal): -2324693 or 2852828. OLE color: 2852828.
HSL color Cylindrical-coordinate representation of color #DC872B: hue angle of 31.19º 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 #DC872B is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 43 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.14 |
| HSL | 31.19º | 0.72% | 0.52% | - |
| HSV(B) | 31.19º | 0.8% | 0.86% | - |
| XYZ | 38.62 | 32.72 | 6.57 | - |
| YUV | 149.93 | 67.66 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 43 | 0 | 0.39 | 0.80 | 0.14 | 31.19 | 0.72 | 0.52 |
| Hex | DC | 87 | 2B | 0 | 27 | 50 | E | 1F | 48 | 34 |
| Octal | 334 | 207 | 53 | 0 | 47 | 120 | 16 | 37 | 110 | 64 |
| Binary | 11011100 | 10000111 | 101011 | 0 | 100111 | 1010000 | 1110 | 11111 | 1001000 | 110100 |
Color Harmonies of #DC872B
Complementary color
Monochromatic Colors of #DC872B
Black with #DC872B
Text Example
Text Example
White with #DC872B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC872B; }
p { color: rgb(220,135,43); }
H1.HeaderClassName
{
color: #DC872B;
}
.AnyTagClassName
{
color: #DC872B;
}
</style>
background-color css
<style>
a { background-color: #DC872B; }
a { background-color: rgb(220,135,43); }
div.DivClassName
{
background-color: #DC872B;
}
.BgClassName
{
background-color: #DC872B;
}
</style>
border-color css
<style>
span { border-color: #DC872B; }
span { border-color: rgb(220,135,43); }
td.TdClassName
{
border-color: #DC872B;
}
.TagClassName
{
border-color: #DC872B;
}
</style>