Shades of Buttercup #DC981E
Tints of Buttercup #DC981E
RGB
CMYK
RGB Variations
Color information
#DC981E (or 0xDC981E) is known color: Buttercup. HEX triplet: DC, 98 and 1E. RGB value is (220,152,30). Sum of RGB (Red+Green+Blue) = 220+152+30=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC981E is #2367E1. Grayscale: #9E9E9E. Windows color (decimal): -2320354 or 2005212. OLE color: 2005212.
HSL color Cylindrical-coordinate representation of color #DC981E: hue angle of 38.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC981E is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 30 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.14 |
| HSL | 38.53º | 0.76% | 0.49% | - |
| HSV(B) | 38.53º | 0.86% | 0.86% | - |
| XYZ | 40.98 | 37.77 | 6.36 | - |
| YUV | 158.42 | 55.53 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 30 | 0 | 0.31 | 0.86 | 0.14 | 38.53 | 0.76 | 0.49 |
| Hex | DC | 98 | 1E | 0 | 1F | 56 | E | 27 | 4C | 31 |
| Octal | 334 | 230 | 36 | 0 | 37 | 126 | 16 | 47 | 114 | 61 |
| Binary | 11011100 | 10011000 | 11110 | 0 | 11111 | 1010110 | 1110 | 100111 | 1001100 | 110001 |
Color Harmonies of #DC981E
Complementary color
Monochromatic Colors of #DC981E
Black with #DC981E
Text Example
Text Example
White with #DC981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC981E; }
p { color: rgb(220,152,30); }
H1.HeaderClassName
{
color: #DC981E;
}
.AnyTagClassName
{
color: #DC981E;
}
</style>
background-color css
<style>
a { background-color: #DC981E; }
a { background-color: rgb(220,152,30); }
div.DivClassName
{
background-color: #DC981E;
}
.BgClassName
{
background-color: #DC981E;
}
</style>
border-color css
<style>
span { border-color: #DC981E; }
span { border-color: rgb(220,152,30); }
td.TdClassName
{
border-color: #DC981E;
}
.TagClassName
{
border-color: #DC981E;
}
</style>