Shades of Buttercup #DC971E
Tints of Buttercup #DC971E
RGB
CMYK
RGB Variations
Color information
#DC971E (or 0xDC971E) is known color: Buttercup. HEX triplet: DC, 97 and 1E. RGB value is (220,151,30). Sum of RGB (Red+Green+Blue) = 220+151+30=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC971E is #2368E1. Grayscale: #9E9E9E. Windows color (decimal): -2320610 or 2004956. OLE color: 2004956.
HSL color Cylindrical-coordinate representation of color #DC971E: hue angle of 38.21º 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 #DC971E is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 30 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.14 |
| HSL | 38.21º | 0.76% | 0.49% | - |
| HSV(B) | 38.21º | 0.86% | 0.86% | - |
| XYZ | 40.82 | 37.44 | 6.3 | - |
| YUV | 157.84 | 55.86 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 30 | 0 | 0.31 | 0.86 | 0.14 | 38.21 | 0.76 | 0.49 |
| Hex | DC | 97 | 1E | 0 | 1F | 56 | E | 26 | 4C | 31 |
| Octal | 334 | 227 | 36 | 0 | 37 | 126 | 16 | 46 | 114 | 61 |
| Binary | 11011100 | 10010111 | 11110 | 0 | 11111 | 1010110 | 1110 | 100110 | 1001100 | 110001 |
Color Harmonies of #DC971E
Complementary color
Monochromatic Colors of #DC971E
Black with #DC971E
Text Example
Text Example
White with #DC971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC971E; }
p { color: rgb(220,151,30); }
H1.HeaderClassName
{
color: #DC971E;
}
.AnyTagClassName
{
color: #DC971E;
}
</style>
background-color css
<style>
a { background-color: #DC971E; }
a { background-color: rgb(220,151,30); }
div.DivClassName
{
background-color: #DC971E;
}
.BgClassName
{
background-color: #DC971E;
}
</style>
border-color css
<style>
span { border-color: #DC971E; }
span { border-color: rgb(220,151,30); }
td.TdClassName
{
border-color: #DC971E;
}
.TagClassName
{
border-color: #DC971E;
}
</style>