Shades of Buttercup #D1982C
Tints of Buttercup #D1982C
RGB
CMYK
RGB Variations
Color information
#D1982C (or 0xD1982C) is known color: Buttercup. HEX triplet: D1, 98 and 2C. RGB value is (209,152,44). Sum of RGB (Red+Green+Blue) = 209+152+44=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1982C is #2E67D3. Grayscale: #9D9D9D. Windows color (decimal): -3041236 or 2922705. OLE color: 2922705.
HSL color Cylindrical-coordinate representation of color #D1982C: hue angle of 39.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1982C is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 44 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.18 |
| HSL | 39.27º | 0.65% | 0.5% | - |
| HSV(B) | 39.27º | 0.79% | 0.82% | - |
| XYZ | 37.98 | 36.19 | 7.37 | - |
| YUV | 156.73 | 64.38 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 44 | 0 | 0.27 | 0.79 | 0.18 | 39.27 | 0.65 | 0.5 |
| Hex | D1 | 98 | 2C | 0 | 1B | 4F | 12 | 27 | 41 | 32 |
| Octal | 321 | 230 | 54 | 0 | 33 | 117 | 22 | 47 | 101 | 62 |
| Binary | 11010001 | 10011000 | 101100 | 0 | 11011 | 1001111 | 10010 | 100111 | 1000001 | 110010 |
Color Harmonies of #D1982C
Complementary color
Monochromatic Colors of #D1982C
Black with #D1982C
Text Example
Text Example
White with #D1982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1982C; }
p { color: rgb(209,152,44); }
H1.HeaderClassName
{
color: #D1982C;
}
.AnyTagClassName
{
color: #D1982C;
}
</style>
background-color css
<style>
a { background-color: #D1982C; }
a { background-color: rgb(209,152,44); }
div.DivClassName
{
background-color: #D1982C;
}
.BgClassName
{
background-color: #D1982C;
}
</style>
border-color css
<style>
span { border-color: #D1982C; }
span { border-color: rgb(209,152,44); }
td.TdClassName
{
border-color: #D1982C;
}
.TagClassName
{
border-color: #D1982C;
}
</style>