Shades of Buttercup #DC882A
Tints of Buttercup #DC882A
RGB
CMYK
RGB Variations
Color information
#DC882A (or 0xDC882A) is known color: Buttercup. HEX triplet: DC, 88 and 2A. RGB value is (220,136,42). Sum of RGB (Red+Green+Blue) = 220+136+42=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC882A is #2377D5. Grayscale: #969696. Windows color (decimal): -2324438 or 2787548. OLE color: 2787548.
HSL color Cylindrical-coordinate representation of color #DC882A: hue angle of 31.69º 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 #DC882A is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 42 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.14 |
| HSL | 31.69º | 0.72% | 0.51% | - |
| HSV(B) | 31.69º | 0.81% | 0.86% | - |
| XYZ | 38.74 | 32.99 | 6.52 | - |
| YUV | 150.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 42 | 0 | 0.38 | 0.81 | 0.14 | 31.69 | 0.72 | 0.51 |
| Hex | DC | 88 | 2A | 0 | 26 | 51 | E | 20 | 48 | 33 |
| Octal | 334 | 210 | 52 | 0 | 46 | 121 | 16 | 40 | 110 | 63 |
| Binary | 11011100 | 10001000 | 101010 | 0 | 100110 | 1010001 | 1110 | 100000 | 1001000 | 110011 |
Color Harmonies of #DC882A
Complementary color
Monochromatic Colors of #DC882A
Black with #DC882A
Text Example
Text Example
White with #DC882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC882A; }
p { color: rgb(220,136,42); }
H1.HeaderClassName
{
color: #DC882A;
}
.AnyTagClassName
{
color: #DC882A;
}
</style>
background-color css
<style>
a { background-color: #DC882A; }
a { background-color: rgb(220,136,42); }
div.DivClassName
{
background-color: #DC882A;
}
.BgClassName
{
background-color: #DC882A;
}
</style>
border-color css
<style>
span { border-color: #DC882A; }
span { border-color: rgb(220,136,42); }
td.TdClassName
{
border-color: #DC882A;
}
.TagClassName
{
border-color: #DC882A;
}
</style>