Shades of Buttercup #DC881C
Tints of Buttercup #DC881C
RGB
CMYK
RGB Variations
Color information
#DC881C (or 0xDC881C) is known color: Buttercup. HEX triplet: DC, 88 and 1C. RGB value is (220,136,28). Sum of RGB (Red+Green+Blue) = 220+136+28=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC881C is #2377E3. Grayscale: #959595. Windows color (decimal): -2324452 or 1870044. OLE color: 1870044.
HSL color Cylindrical-coordinate representation of color #DC881C: hue angle of 33.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC881C is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 28 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.14 |
| HSL | 33.75º | 0.77% | 0.49% | - |
| HSV(B) | 33.75º | 0.87% | 0.86% | - |
| XYZ | 38.53 | 32.91 | 5.42 | - |
| YUV | 148.8 | 59.83 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 28 | 0 | 0.38 | 0.87 | 0.14 | 33.75 | 0.77 | 0.49 |
| Hex | DC | 88 | 1C | 0 | 26 | 57 | E | 22 | 4D | 31 |
| Octal | 334 | 210 | 34 | 0 | 46 | 127 | 16 | 42 | 115 | 61 |
| Binary | 11011100 | 10001000 | 11100 | 0 | 100110 | 1010111 | 1110 | 100010 | 1001101 | 110001 |
Color Harmonies of #DC881C
Complementary color
Monochromatic Colors of #DC881C
Black with #DC881C
Text Example
Text Example
White with #DC881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC881C; }
p { color: rgb(220,136,28); }
H1.HeaderClassName
{
color: #DC881C;
}
.AnyTagClassName
{
color: #DC881C;
}
</style>
background-color css
<style>
a { background-color: #DC881C; }
a { background-color: rgb(220,136,28); }
div.DivClassName
{
background-color: #DC881C;
}
.BgClassName
{
background-color: #DC881C;
}
</style>
border-color css
<style>
span { border-color: #DC881C; }
span { border-color: rgb(220,136,28); }
td.TdClassName
{
border-color: #DC881C;
}
.TagClassName
{
border-color: #DC881C;
}
</style>