Shades of Buttercup #D1961A
Tints of Buttercup #D1961A
RGB
CMYK
RGB Variations
Color information
#D1961A (or 0xD1961A) is known color: Buttercup. HEX triplet: D1, 96 and 1A. RGB value is (209,150,26). Sum of RGB (Red+Green+Blue) = 209+150+26=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D1961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1961A is #2E69E5. Grayscale: #9A9A9A. Windows color (decimal): -3041766 or 1742545. OLE color: 1742545.
HSL color Cylindrical-coordinate representation of color #D1961A: hue angle of 40.66º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1961A is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 26 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.18 |
| HSL | 40.66º | 0.78% | 0.46% | - |
| HSV(B) | 40.66º | 0.88% | 0.82% | - |
| XYZ | 37.39 | 35.44 | 5.85 | - |
| YUV | 153.51 | 56.05 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 26 | 0 | 0.28 | 0.88 | 0.18 | 40.66 | 0.78 | 0.46 |
| Hex | D1 | 96 | 1A | 0 | 1C | 58 | 12 | 29 | 4E | 2E |
| Octal | 321 | 226 | 32 | 0 | 34 | 130 | 22 | 51 | 116 | 56 |
| Binary | 11010001 | 10010110 | 11010 | 0 | 11100 | 1011000 | 10010 | 101001 | 1001110 | 101110 |
Color Harmonies of #D1961A
Complementary color
Monochromatic Colors of #D1961A
Black with #D1961A
Text Example
Text Example
White with #D1961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1961A; }
p { color: rgb(209,150,26); }
H1.HeaderClassName
{
color: #D1961A;
}
.AnyTagClassName
{
color: #D1961A;
}
</style>
background-color css
<style>
a { background-color: #D1961A; }
a { background-color: rgb(209,150,26); }
div.DivClassName
{
background-color: #D1961A;
}
.BgClassName
{
background-color: #D1961A;
}
</style>
border-color css
<style>
span { border-color: #D1961A; }
span { border-color: rgb(209,150,26); }
td.TdClassName
{
border-color: #D1961A;
}
.TagClassName
{
border-color: #D1961A;
}
</style>