Shades of Buttercup #DC881B
Tints of Buttercup #DC881B
RGB
CMYK
RGB Variations
Color information
#DC881B (or 0xDC881B) is known color: Buttercup. HEX triplet: DC, 88 and 1B. RGB value is (220,136,27). Sum of RGB (Red+Green+Blue) = 220+136+27=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC881B is #2377E4. Grayscale: #959595. Windows color (decimal): -2324453 or 1804508. OLE color: 1804508.
HSL color Cylindrical-coordinate representation of color #DC881B: hue angle of 33.89º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC881B is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 27 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.14 |
| HSL | 33.89º | 0.78% | 0.48% | - |
| HSV(B) | 33.89º | 0.88% | 0.86% | - |
| XYZ | 38.52 | 32.9 | 5.36 | - |
| YUV | 148.69 | 59.33 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 27 | 0 | 0.38 | 0.88 | 0.14 | 33.89 | 0.78 | 0.48 |
| Hex | DC | 88 | 1B | 0 | 26 | 58 | E | 22 | 4E | 30 |
| Octal | 334 | 210 | 33 | 0 | 46 | 130 | 16 | 42 | 116 | 60 |
| Binary | 11011100 | 10001000 | 11011 | 0 | 100110 | 1011000 | 1110 | 100010 | 1001110 | 110000 |
Color Harmonies of #DC881B
Complementary color
Monochromatic Colors of #DC881B
Black with #DC881B
Text Example
Text Example
White with #DC881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC881B; }
p { color: rgb(220,136,27); }
H1.HeaderClassName
{
color: #DC881B;
}
.AnyTagClassName
{
color: #DC881B;
}
</style>
background-color css
<style>
a { background-color: #DC881B; }
a { background-color: rgb(220,136,27); }
div.DivClassName
{
background-color: #DC881B;
}
.BgClassName
{
background-color: #DC881B;
}
</style>
border-color css
<style>
span { border-color: #DC881B; }
span { border-color: rgb(220,136,27); }
td.TdClassName
{
border-color: #DC881B;
}
.TagClassName
{
border-color: #DC881B;
}
</style>