Shades of Buttercup #D7982C
Tints of Buttercup #D7982C
RGB
CMYK
RGB Variations
Color information
#D7982C (or 0xD7982C) is known color: Buttercup. HEX triplet: D7, 98 and 2C. RGB value is (215,152,44). Sum of RGB (Red+Green+Blue) = 215+152+44=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7982C is #2867D3. Grayscale: #9F9F9F. Windows color (decimal): -2648020 or 2922711. OLE color: 2922711.
HSL color Cylindrical-coordinate representation of color #D7982C: hue angle of 37.89º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7982C is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 152 | 44 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.16 |
| HSL | 37.89º | 0.68% | 0.51% | - |
| HSV(B) | 37.89º | 0.8% | 0.84% | - |
| XYZ | 39.71 | 37.09 | 7.45 | - |
| YUV | 158.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 44 | 0 | 0.29 | 0.80 | 0.16 | 37.89 | 0.68 | 0.51 |
| Hex | D7 | 98 | 2C | 0 | 1D | 50 | 10 | 26 | 44 | 33 |
| Octal | 327 | 230 | 54 | 0 | 35 | 120 | 20 | 46 | 104 | 63 |
| Binary | 11010111 | 10011000 | 101100 | 0 | 11101 | 1010000 | 10000 | 100110 | 1000100 | 110011 |
Color Harmonies of #D7982C
Complementary color
Monochromatic Colors of #D7982C
Black with #D7982C
Text Example
Text Example
White with #D7982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7982C; }
p { color: rgb(215,152,44); }
H1.HeaderClassName
{
color: #D7982C;
}
.AnyTagClassName
{
color: #D7982C;
}
</style>
background-color css
<style>
a { background-color: #D7982C; }
a { background-color: rgb(215,152,44); }
div.DivClassName
{
background-color: #D7982C;
}
.BgClassName
{
background-color: #D7982C;
}
</style>
border-color css
<style>
span { border-color: #D7982C; }
span { border-color: rgb(215,152,44); }
td.TdClassName
{
border-color: #D7982C;
}
.TagClassName
{
border-color: #D7982C;
}
</style>