Shades of Buttercup #DC861A
Tints of Buttercup #DC861A
RGB
CMYK
RGB Variations
Color information
#DC861A (or 0xDC861A) is known color: Buttercup. HEX triplet: DC, 86 and 1A. RGB value is (220,134,26). Sum of RGB (Red+Green+Blue) = 220+134+26=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC861A is #2379E5. Grayscale: #939393. Windows color (decimal): -2324966 or 1738460. OLE color: 1738460.
HSL color Cylindrical-coordinate representation of color #DC861A: hue angle of 33.4º degrees, saturation: 0.79, 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 #DC861A is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 26 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.14 |
| HSL | 33.4º | 0.79% | 0.48% | - |
| HSV(B) | 33.4º | 0.88% | 0.86% | - |
| XYZ | 38.23 | 32.34 | 5.2 | - |
| YUV | 147.4 | 59.49 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 26 | 0 | 0.39 | 0.88 | 0.14 | 33.4 | 0.79 | 0.48 |
| Hex | DC | 86 | 1A | 0 | 27 | 58 | E | 21 | 4F | 30 |
| Octal | 334 | 206 | 32 | 0 | 47 | 130 | 16 | 41 | 117 | 60 |
| Binary | 11011100 | 10000110 | 11010 | 0 | 100111 | 1011000 | 1110 | 100001 | 1001111 | 110000 |
Color Harmonies of #DC861A
Complementary color
Monochromatic Colors of #DC861A
Black with #DC861A
Text Example
Text Example
White with #DC861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC861A; }
p { color: rgb(220,134,26); }
H1.HeaderClassName
{
color: #DC861A;
}
.AnyTagClassName
{
color: #DC861A;
}
</style>
background-color css
<style>
a { background-color: #DC861A; }
a { background-color: rgb(220,134,26); }
div.DivClassName
{
background-color: #DC861A;
}
.BgClassName
{
background-color: #DC861A;
}
</style>
border-color css
<style>
span { border-color: #DC861A; }
span { border-color: rgb(220,134,26); }
td.TdClassName
{
border-color: #DC861A;
}
.TagClassName
{
border-color: #DC861A;
}
</style>