Shades of Buttercup #DC982D
Tints of Buttercup #DC982D
RGB
CMYK
RGB Variations
Color information
#DC982D (or 0xDC982D) is known color: Buttercup. HEX triplet: DC, 98 and 2D. RGB value is (220,152,45). Sum of RGB (Red+Green+Blue) = 220+152+45=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC982D is #2367D2. Grayscale: #A0A0A0. Windows color (decimal): -2320339 or 2988252. OLE color: 2988252.
HSL color Cylindrical-coordinate representation of color #DC982D: hue angle of 36.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC982D is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 45 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.14 |
| HSL | 36.69º | 0.71% | 0.52% | - |
| HSV(B) | 36.69º | 0.8% | 0.86% | - |
| XYZ | 41.22 | 37.86 | 7.62 | - |
| YUV | 160.13 | 63.03 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 45 | 0 | 0.31 | 0.80 | 0.14 | 36.69 | 0.71 | 0.52 |
| Hex | DC | 98 | 2D | 0 | 1F | 50 | E | 25 | 47 | 34 |
| Octal | 334 | 230 | 55 | 0 | 37 | 120 | 16 | 45 | 107 | 64 |
| Binary | 11011100 | 10011000 | 101101 | 0 | 11111 | 1010000 | 1110 | 100101 | 1000111 | 110100 |
Color Harmonies of #DC982D
Complementary color
Monochromatic Colors of #DC982D
Black with #DC982D
Text Example
Text Example
White with #DC982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC982D; }
p { color: rgb(220,152,45); }
H1.HeaderClassName
{
color: #DC982D;
}
.AnyTagClassName
{
color: #DC982D;
}
</style>
background-color css
<style>
a { background-color: #DC982D; }
a { background-color: rgb(220,152,45); }
div.DivClassName
{
background-color: #DC982D;
}
.BgClassName
{
background-color: #DC982D;
}
</style>
border-color css
<style>
span { border-color: #DC982D; }
span { border-color: rgb(220,152,45); }
td.TdClassName
{
border-color: #DC982D;
}
.TagClassName
{
border-color: #DC982D;
}
</style>