Shades of Buttercup #DC941E
Tints of Buttercup #DC941E
RGB
CMYK
RGB Variations
Color information
#DC941E (or 0xDC941E) is known color: Buttercup. HEX triplet: DC, 94 and 1E. RGB value is (220,148,30). Sum of RGB (Red+Green+Blue) = 220+148+30=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC941E is #236BE1. Grayscale: #9C9C9C. Windows color (decimal): -2321378 or 2004188. OLE color: 2004188.
HSL color Cylindrical-coordinate representation of color #DC941E: hue angle of 37.26º 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 #DC941E is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 30 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.14 |
| HSL | 37.26º | 0.76% | 0.49% | - |
| HSV(B) | 37.26º | 0.86% | 0.86% | - |
| XYZ | 40.34 | 36.49 | 6.15 | - |
| YUV | 156.08 | 56.85 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 30 | 0 | 0.33 | 0.86 | 0.14 | 37.26 | 0.76 | 0.49 |
| Hex | DC | 94 | 1E | 0 | 21 | 56 | E | 25 | 4C | 31 |
| Octal | 334 | 224 | 36 | 0 | 41 | 126 | 16 | 45 | 114 | 61 |
| Binary | 11011100 | 10010100 | 11110 | 0 | 100001 | 1010110 | 1110 | 100101 | 1001100 | 110001 |
Color Harmonies of #DC941E
Complementary color
Monochromatic Colors of #DC941E
Black with #DC941E
Text Example
Text Example
White with #DC941E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC941E; }
p { color: rgb(220,148,30); }
H1.HeaderClassName
{
color: #DC941E;
}
.AnyTagClassName
{
color: #DC941E;
}
</style>
background-color css
<style>
a { background-color: #DC941E; }
a { background-color: rgb(220,148,30); }
div.DivClassName
{
background-color: #DC941E;
}
.BgClassName
{
background-color: #DC941E;
}
</style>
border-color css
<style>
span { border-color: #DC941E; }
span { border-color: rgb(220,148,30); }
td.TdClassName
{
border-color: #DC941E;
}
.TagClassName
{
border-color: #DC941E;
}
</style>