Shades of Buttercup #D1981C
Tints of Buttercup #D1981C
RGB
CMYK
RGB Variations
Color information
#D1981C (or 0xD1981C) is known color: Buttercup. HEX triplet: D1, 98 and 1C. RGB value is (209,152,28). Sum of RGB (Red+Green+Blue) = 209+152+28=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1981C is #2E67E3. Grayscale: #9B9B9B. Windows color (decimal): -3041252 or 1874129. OLE color: 1874129.
HSL color Cylindrical-coordinate representation of color #D1981C: hue angle of 41.1º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1981C is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 28 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.18 |
| HSL | 41.1º | 0.76% | 0.46% | - |
| HSV(B) | 41.1º | 0.87% | 0.82% | - |
| XYZ | 37.73 | 36.1 | 6.08 | - |
| YUV | 154.91 | 56.38 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 28 | 0 | 0.27 | 0.87 | 0.18 | 41.1 | 0.76 | 0.46 |
| Hex | D1 | 98 | 1C | 0 | 1B | 57 | 12 | 29 | 4C | 2E |
| Octal | 321 | 230 | 34 | 0 | 33 | 127 | 22 | 51 | 114 | 56 |
| Binary | 11010001 | 10011000 | 11100 | 0 | 11011 | 1010111 | 10010 | 101001 | 1001100 | 101110 |
Color Harmonies of #D1981C
Complementary color
Monochromatic Colors of #D1981C
Black with #D1981C
Text Example
Text Example
White with #D1981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1981C; }
p { color: rgb(209,152,28); }
H1.HeaderClassName
{
color: #D1981C;
}
.AnyTagClassName
{
color: #D1981C;
}
</style>
background-color css
<style>
a { background-color: #D1981C; }
a { background-color: rgb(209,152,28); }
div.DivClassName
{
background-color: #D1981C;
}
.BgClassName
{
background-color: #D1981C;
}
</style>
border-color css
<style>
span { border-color: #D1981C; }
span { border-color: rgb(209,152,28); }
td.TdClassName
{
border-color: #D1981C;
}
.TagClassName
{
border-color: #D1981C;
}
</style>