Shades of Buttercup #DC882B
Tints of Buttercup #DC882B
RGB
CMYK
RGB Variations
Color information
#DC882B (or 0xDC882B) is known color: Buttercup. HEX triplet: DC, 88 and 2B. RGB value is (220,136,43). Sum of RGB (Red+Green+Blue) = 220+136+43=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC882B is #2377D4. Grayscale: #969696. Windows color (decimal): -2324437 or 2853084. OLE color: 2853084.
HSL color Cylindrical-coordinate representation of color #DC882B: hue angle of 31.53º 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 #DC882B is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 43 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.14 |
| HSL | 31.53º | 0.72% | 0.52% | - |
| HSV(B) | 31.53º | 0.8% | 0.86% | - |
| XYZ | 38.76 | 33 | 6.61 | - |
| YUV | 150.51 | 67.33 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 43 | 0 | 0.38 | 0.80 | 0.14 | 31.53 | 0.72 | 0.52 |
| Hex | DC | 88 | 2B | 0 | 26 | 50 | E | 20 | 48 | 34 |
| Octal | 334 | 210 | 53 | 0 | 46 | 120 | 16 | 40 | 110 | 64 |
| Binary | 11011100 | 10001000 | 101011 | 0 | 100110 | 1010000 | 1110 | 100000 | 1001000 | 110100 |
Color Harmonies of #DC882B
Complementary color
Monochromatic Colors of #DC882B
Black with #DC882B
Text Example
Text Example
White with #DC882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC882B; }
p { color: rgb(220,136,43); }
H1.HeaderClassName
{
color: #DC882B;
}
.AnyTagClassName
{
color: #DC882B;
}
</style>
background-color css
<style>
a { background-color: #DC882B; }
a { background-color: rgb(220,136,43); }
div.DivClassName
{
background-color: #DC882B;
}
.BgClassName
{
background-color: #DC882B;
}
</style>
border-color css
<style>
span { border-color: #DC882B; }
span { border-color: rgb(220,136,43); }
td.TdClassName
{
border-color: #DC882B;
}
.TagClassName
{
border-color: #DC882B;
}
</style>