Shades of Buttercup #D1961F
Tints of Buttercup #D1961F
RGB
CMYK
RGB Variations
Color information
#D1961F (or 0xD1961F) is known color: Buttercup. HEX triplet: D1, 96 and 1F. RGB value is (209,150,31). Sum of RGB (Red+Green+Blue) = 209+150+31=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1961F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1961F is #2E69E0. Grayscale: #9A9A9A. Windows color (decimal): -3041761 or 2070225. OLE color: 2070225.
HSL color Cylindrical-coordinate representation of color #D1961F: hue angle of 40.11º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1961F is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 31 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.18 |
| HSL | 40.11º | 0.74% | 0.47% | - |
| HSV(B) | 40.11º | 0.85% | 0.82% | - |
| XYZ | 37.45 | 35.47 | 6.17 | - |
| YUV | 154.08 | 58.55 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 31 | 0 | 0.28 | 0.85 | 0.18 | 40.11 | 0.74 | 0.47 |
| Hex | D1 | 96 | 1F | 0 | 1C | 55 | 12 | 28 | 4A | 2F |
| Octal | 321 | 226 | 37 | 0 | 34 | 125 | 22 | 50 | 112 | 57 |
| Binary | 11010001 | 10010110 | 11111 | 0 | 11100 | 1010101 | 10010 | 101000 | 1001010 | 101111 |
Color Harmonies of #D1961F
Complementary color
Monochromatic Colors of #D1961F
Black with #D1961F
Text Example
Text Example
White with #D1961F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1961F; }
p { color: rgb(209,150,31); }
H1.HeaderClassName
{
color: #D1961F;
}
.AnyTagClassName
{
color: #D1961F;
}
</style>
background-color css
<style>
a { background-color: #D1961F; }
a { background-color: rgb(209,150,31); }
div.DivClassName
{
background-color: #D1961F;
}
.BgClassName
{
background-color: #D1961F;
}
</style>
border-color css
<style>
span { border-color: #D1961F; }
span { border-color: rgb(209,150,31); }
td.TdClassName
{
border-color: #D1961F;
}
.TagClassName
{
border-color: #D1961F;
}
</style>