Shades of Buttercup #DC961F
Tints of Buttercup #DC961F
RGB
CMYK
RGB Variations
Color information
#DC961F (or 0xDC961F) is known color: Buttercup. HEX triplet: DC, 96 and 1F. RGB value is (220,150,31). Sum of RGB (Red+Green+Blue) = 220+150+31=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC961F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC961F is #2369E0. Grayscale: #9D9D9D. Windows color (decimal): -2320865 or 2070236. OLE color: 2070236.
HSL color Cylindrical-coordinate representation of color #DC961F: hue angle of 37.78º degrees, saturation: 0.75, 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 #DC961F is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 31 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.14 |
| HSL | 37.78º | 0.75% | 0.49% | - |
| HSV(B) | 37.78º | 0.86% | 0.86% | - |
| XYZ | 40.67 | 37.13 | 6.32 | - |
| YUV | 157.36 | 56.69 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 31 | 0 | 0.32 | 0.86 | 0.14 | 37.78 | 0.75 | 0.49 |
| Hex | DC | 96 | 1F | 0 | 20 | 56 | E | 26 | 4B | 31 |
| Octal | 334 | 226 | 37 | 0 | 40 | 126 | 16 | 46 | 113 | 61 |
| Binary | 11011100 | 10010110 | 11111 | 0 | 100000 | 1010110 | 1110 | 100110 | 1001011 | 110001 |
Color Harmonies of #DC961F
Complementary color
Monochromatic Colors of #DC961F
Black with #DC961F
Text Example
Text Example
White with #DC961F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC961F; }
p { color: rgb(220,150,31); }
H1.HeaderClassName
{
color: #DC961F;
}
.AnyTagClassName
{
color: #DC961F;
}
</style>
background-color css
<style>
a { background-color: #DC961F; }
a { background-color: rgb(220,150,31); }
div.DivClassName
{
background-color: #DC961F;
}
.BgClassName
{
background-color: #DC961F;
}
</style>
border-color css
<style>
span { border-color: #DC961F; }
span { border-color: rgb(220,150,31); }
td.TdClassName
{
border-color: #DC961F;
}
.TagClassName
{
border-color: #DC961F;
}
</style>