Shades of Buttercup #DC951E
Tints of Buttercup #DC951E
RGB
CMYK
RGB Variations
Color information
#DC951E (or 0xDC951E) is known color: Buttercup. HEX triplet: DC, 95 and 1E. RGB value is (220,149,30). Sum of RGB (Red+Green+Blue) = 220+149+30=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC951E is #236AE1. Grayscale: #9D9D9D. Windows color (decimal): -2321122 or 2004444. OLE color: 2004444.
HSL color Cylindrical-coordinate representation of color #DC951E: hue angle of 37.58º 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 #DC951E is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 30 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.14 |
| HSL | 37.58º | 0.76% | 0.49% | - |
| HSV(B) | 37.58º | 0.86% | 0.86% | - |
| XYZ | 40.5 | 36.8 | 6.2 | - |
| YUV | 156.66 | 56.52 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 30 | 0 | 0.32 | 0.86 | 0.14 | 37.58 | 0.76 | 0.49 |
| Hex | DC | 95 | 1E | 0 | 20 | 56 | E | 26 | 4C | 31 |
| Octal | 334 | 225 | 36 | 0 | 40 | 126 | 16 | 46 | 114 | 61 |
| Binary | 11011100 | 10010101 | 11110 | 0 | 100000 | 1010110 | 1110 | 100110 | 1001100 | 110001 |
Color Harmonies of #DC951E
Complementary color
Monochromatic Colors of #DC951E
Black with #DC951E
Text Example
Text Example
White with #DC951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC951E; }
p { color: rgb(220,149,30); }
H1.HeaderClassName
{
color: #DC951E;
}
.AnyTagClassName
{
color: #DC951E;
}
</style>
background-color css
<style>
a { background-color: #DC951E; }
a { background-color: rgb(220,149,30); }
div.DivClassName
{
background-color: #DC951E;
}
.BgClassName
{
background-color: #DC951E;
}
</style>
border-color css
<style>
span { border-color: #DC951E; }
span { border-color: rgb(220,149,30); }
td.TdClassName
{
border-color: #DC951E;
}
.TagClassName
{
border-color: #DC951E;
}
</style>