Shades of Buttercup #D8982A
Tints of Buttercup #D8982A
RGB
CMYK
RGB Variations
Color information
#D8982A (or 0xD8982A) is known color: Buttercup. HEX triplet: D8, 98 and 2A. RGB value is (216,152,42). Sum of RGB (Red+Green+Blue) = 216+152+42=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8982A is #2767D5. Grayscale: #9F9F9F. Windows color (decimal): -2582486 or 2791640. OLE color: 2791640.
HSL color Cylindrical-coordinate representation of color #D8982A: hue angle of 37.93º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8982A is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 42 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.15 |
| HSL | 37.93º | 0.69% | 0.51% | - |
| HSV(B) | 37.93º | 0.81% | 0.85% | - |
| XYZ | 39.97 | 37.22 | 7.27 | - |
| YUV | 158.6 | 62.2 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 42 | 0 | 0.30 | 0.81 | 0.15 | 37.93 | 0.69 | 0.51 |
| Hex | D8 | 98 | 2A | 0 | 1E | 51 | F | 26 | 45 | 33 |
| Octal | 330 | 230 | 52 | 0 | 36 | 121 | 17 | 46 | 105 | 63 |
| Binary | 11011000 | 10011000 | 101010 | 0 | 11110 | 1010001 | 1111 | 100110 | 1000101 | 110011 |
Color Harmonies of #D8982A
Complementary color
Monochromatic Colors of #D8982A
Black with #D8982A
Text Example
Text Example
White with #D8982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8982A; }
p { color: rgb(216,152,42); }
H1.HeaderClassName
{
color: #D8982A;
}
.AnyTagClassName
{
color: #D8982A;
}
</style>
background-color css
<style>
a { background-color: #D8982A; }
a { background-color: rgb(216,152,42); }
div.DivClassName
{
background-color: #D8982A;
}
.BgClassName
{
background-color: #D8982A;
}
</style>
border-color css
<style>
span { border-color: #D8982A; }
span { border-color: rgb(216,152,42); }
td.TdClassName
{
border-color: #D8982A;
}
.TagClassName
{
border-color: #D8982A;
}
</style>