Shades of Buttercup #DC882E
Tints of Buttercup #DC882E
RGB
CMYK
RGB Variations
Color information
#DC882E (or 0xDC882E) is known color: Buttercup. HEX triplet: DC, 88 and 2E. RGB value is (220,136,46). Sum of RGB (Red+Green+Blue) = 220+136+46=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC882E is #2377D1. Grayscale: #979797. Windows color (decimal): -2324434 or 3049692. OLE color: 3049692.
HSL color Cylindrical-coordinate representation of color #DC882E: hue angle of 31.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC882E is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 46 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.14 |
| HSL | 31.03º | 0.71% | 0.52% | - |
| HSV(B) | 31.03º | 0.79% | 0.86% | - |
| XYZ | 38.81 | 33.02 | 6.91 | - |
| YUV | 150.86 | 68.83 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 46 | 0 | 0.38 | 0.79 | 0.14 | 31.03 | 0.71 | 0.52 |
| Hex | DC | 88 | 2E | 0 | 26 | 4F | E | 1F | 47 | 34 |
| Octal | 334 | 210 | 56 | 0 | 46 | 117 | 16 | 37 | 107 | 64 |
| Binary | 11011100 | 10001000 | 101110 | 0 | 100110 | 1001111 | 1110 | 11111 | 1000111 | 110100 |
Color Harmonies of #DC882E
Complementary color
Monochromatic Colors of #DC882E
Black with #DC882E
Text Example
Text Example
White with #DC882E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC882E; }
p { color: rgb(220,136,46); }
H1.HeaderClassName
{
color: #DC882E;
}
.AnyTagClassName
{
color: #DC882E;
}
</style>
background-color css
<style>
a { background-color: #DC882E; }
a { background-color: rgb(220,136,46); }
div.DivClassName
{
background-color: #DC882E;
}
.BgClassName
{
background-color: #DC882E;
}
</style>
border-color css
<style>
span { border-color: #DC882E; }
span { border-color: rgb(220,136,46); }
td.TdClassName
{
border-color: #DC882E;
}
.TagClassName
{
border-color: #DC882E;
}
</style>