Shades of Buttercup #DC961E
Tints of Buttercup #DC961E
RGB
CMYK
RGB Variations
Color information
#DC961E (or 0xDC961E) is known color: Buttercup. HEX triplet: DC, 96 and 1E. RGB value is (220,150,30). Sum of RGB (Red+Green+Blue) = 220+150+30=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC961E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC961E is #2369E1. Grayscale: #9D9D9D. Windows color (decimal): -2320866 or 2004700. OLE color: 2004700.
HSL color Cylindrical-coordinate representation of color #DC961E: hue angle of 37.89º 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 #DC961E is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 30 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.14 |
| HSL | 37.89º | 0.76% | 0.49% | - |
| HSV(B) | 37.89º | 0.86% | 0.86% | - |
| XYZ | 40.66 | 37.12 | 6.25 | - |
| YUV | 157.25 | 56.19 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 30 | 0 | 0.32 | 0.86 | 0.14 | 37.89 | 0.76 | 0.49 |
| Hex | DC | 96 | 1E | 0 | 20 | 56 | E | 26 | 4C | 31 |
| Octal | 334 | 226 | 36 | 0 | 40 | 126 | 16 | 46 | 114 | 61 |
| Binary | 11011100 | 10010110 | 11110 | 0 | 100000 | 1010110 | 1110 | 100110 | 1001100 | 110001 |
Color Harmonies of #DC961E
Complementary color
Monochromatic Colors of #DC961E
Black with #DC961E
Text Example
Text Example
White with #DC961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC961E; }
p { color: rgb(220,150,30); }
H1.HeaderClassName
{
color: #DC961E;
}
.AnyTagClassName
{
color: #DC961E;
}
</style>
background-color css
<style>
a { background-color: #DC961E; }
a { background-color: rgb(220,150,30); }
div.DivClassName
{
background-color: #DC961E;
}
.BgClassName
{
background-color: #DC961E;
}
</style>
border-color css
<style>
span { border-color: #DC961E; }
span { border-color: rgb(220,150,30); }
td.TdClassName
{
border-color: #DC961E;
}
.TagClassName
{
border-color: #DC961E;
}
</style>