Shades of Buttercup #DC982E
Tints of Buttercup #DC982E
RGB
CMYK
RGB Variations
Color information
#DC982E (or 0xDC982E) is known color: Buttercup. HEX triplet: DC, 98 and 2E. RGB value is (220,152,46). Sum of RGB (Red+Green+Blue) = 220+152+46=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC982E is #2367D1. Grayscale: #A0A0A0. Windows color (decimal): -2320338 or 3053788. OLE color: 3053788.
HSL color Cylindrical-coordinate representation of color #DC982E: hue angle of 36.55º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC982E is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 46 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.14 |
| HSL | 36.55º | 0.71% | 0.52% | - |
| HSV(B) | 36.55º | 0.79% | 0.86% | - |
| XYZ | 41.24 | 37.87 | 7.72 | - |
| YUV | 160.25 | 63.53 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 46 | 0 | 0.31 | 0.79 | 0.14 | 36.55 | 0.71 | 0.52 |
| Hex | DC | 98 | 2E | 0 | 1F | 4F | E | 25 | 47 | 34 |
| Octal | 334 | 230 | 56 | 0 | 37 | 117 | 16 | 45 | 107 | 64 |
| Binary | 11011100 | 10011000 | 101110 | 0 | 11111 | 1001111 | 1110 | 100101 | 1000111 | 110100 |
Color Harmonies of #DC982E
Complementary color
Monochromatic Colors of #DC982E
Black with #DC982E
Text Example
Text Example
White with #DC982E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC982E; }
p { color: rgb(220,152,46); }
H1.HeaderClassName
{
color: #DC982E;
}
.AnyTagClassName
{
color: #DC982E;
}
</style>
background-color css
<style>
a { background-color: #DC982E; }
a { background-color: rgb(220,152,46); }
div.DivClassName
{
background-color: #DC982E;
}
.BgClassName
{
background-color: #DC982E;
}
</style>
border-color css
<style>
span { border-color: #DC982E; }
span { border-color: rgb(220,152,46); }
td.TdClassName
{
border-color: #DC982E;
}
.TagClassName
{
border-color: #DC982E;
}
</style>