Shades of Buttercup #DC982F
Tints of Buttercup #DC982F
RGB
CMYK
RGB Variations
Color information
#DC982F (or 0xDC982F) is known color: Buttercup. HEX triplet: DC, 98 and 2F. RGB value is (220,152,47). Sum of RGB (Red+Green+Blue) = 220+152+47=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC982F is #2367D0. Grayscale: #A0A0A0. Windows color (decimal): -2320337 or 3119324. OLE color: 3119324.
HSL color Cylindrical-coordinate representation of color #DC982F: hue angle of 36.42º 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 #DC982F is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 47 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.14 |
| HSL | 36.42º | 0.71% | 0.52% | - |
| HSV(B) | 36.42º | 0.79% | 0.86% | - |
| XYZ | 41.26 | 37.88 | 7.83 | - |
| YUV | 160.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 47 | 0 | 0.31 | 0.79 | 0.14 | 36.42 | 0.71 | 0.52 |
| Hex | DC | 98 | 2F | 0 | 1F | 4F | E | 24 | 47 | 34 |
| Octal | 334 | 230 | 57 | 0 | 37 | 117 | 16 | 44 | 107 | 64 |
| Binary | 11011100 | 10011000 | 101111 | 0 | 11111 | 1001111 | 1110 | 100100 | 1000111 | 110100 |
Color Harmonies of #DC982F
Complementary color
Monochromatic Colors of #DC982F
Black with #DC982F
Text Example
Text Example
White with #DC982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC982F; }
p { color: rgb(220,152,47); }
H1.HeaderClassName
{
color: #DC982F;
}
.AnyTagClassName
{
color: #DC982F;
}
</style>
background-color css
<style>
a { background-color: #DC982F; }
a { background-color: rgb(220,152,47); }
div.DivClassName
{
background-color: #DC982F;
}
.BgClassName
{
background-color: #DC982F;
}
</style>
border-color css
<style>
span { border-color: #DC982F; }
span { border-color: rgb(220,152,47); }
td.TdClassName
{
border-color: #DC982F;
}
.TagClassName
{
border-color: #DC982F;
}
</style>