Shades of Buttercup #DC882C
Tints of Buttercup #DC882C
RGB
CMYK
RGB Variations
Color information
#DC882C (or 0xDC882C) is known color: Buttercup. HEX triplet: DC, 88 and 2C. RGB value is (220,136,44). Sum of RGB (Red+Green+Blue) = 220+136+44=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC882C is #2377D3. Grayscale: #979797. Windows color (decimal): -2324436 or 2918620. OLE color: 2918620.
HSL color Cylindrical-coordinate representation of color #DC882C: hue angle of 31.36º 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 #DC882C is Cyan = 0, Magento = 0.38, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 44 | - |
| CMYK | 0 | 0.38 | 0.8 | 0.14 |
| HSL | 31.36º | 0.72% | 0.52% | - |
| HSV(B) | 31.36º | 0.8% | 0.86% | - |
| XYZ | 38.77 | 33.01 | 6.71 | - |
| YUV | 150.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 44 | 0 | 0.38 | 0.8 | 0.14 | 31.36 | 0.72 | 0.52 |
| Hex | DC | 88 | 2C | 0 | 26 | 50 | E | 1F | 48 | 34 |
| Octal | 334 | 210 | 54 | 0 | 46 | 120 | 16 | 37 | 110 | 64 |
| Binary | 11011100 | 10001000 | 101100 | 0 | 100110 | 1010000 | 1110 | 11111 | 1001000 | 110100 |
Color Harmonies of #DC882C
Complementary color
Monochromatic Colors of #DC882C
Black with #DC882C
Text Example
Text Example
White with #DC882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC882C; }
p { color: rgb(220,136,44); }
H1.HeaderClassName
{
color: #DC882C;
}
.AnyTagClassName
{
color: #DC882C;
}
</style>
background-color css
<style>
a { background-color: #DC882C; }
a { background-color: rgb(220,136,44); }
div.DivClassName
{
background-color: #DC882C;
}
.BgClassName
{
background-color: #DC882C;
}
</style>
border-color css
<style>
span { border-color: #DC882C; }
span { border-color: rgb(220,136,44); }
td.TdClassName
{
border-color: #DC882C;
}
.TagClassName
{
border-color: #DC882C;
}
</style>