Shades of Buttercup #D8981F
Tints of Buttercup #D8981F
RGB
CMYK
RGB Variations
Color information
#D8981F (or 0xD8981F) is known color: Buttercup. HEX triplet: D8, 98 and 1F. RGB value is (216,152,31). Sum of RGB (Red+Green+Blue) = 216+152+31=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D8981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8981F is #2767E0. Grayscale: #9D9D9D. Windows color (decimal): -2582497 or 2070744. OLE color: 2070744.
HSL color Cylindrical-coordinate representation of color #D8981F: hue angle of 39.24º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8981F is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 31 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.15 |
| HSL | 39.24º | 0.75% | 0.48% | - |
| HSV(B) | 39.24º | 0.86% | 0.85% | - |
| XYZ | 39.79 | 37.15 | 6.37 | - |
| YUV | 157.34 | 56.7 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 31 | 0 | 0.30 | 0.86 | 0.15 | 39.24 | 0.75 | 0.48 |
| Hex | D8 | 98 | 1F | 0 | 1E | 56 | F | 27 | 4B | 30 |
| Octal | 330 | 230 | 37 | 0 | 36 | 126 | 17 | 47 | 113 | 60 |
| Binary | 11011000 | 10011000 | 11111 | 0 | 11110 | 1010110 | 1111 | 100111 | 1001011 | 110000 |
Color Harmonies of #D8981F
Complementary color
Monochromatic Colors of #D8981F
Black with #D8981F
Text Example
Text Example
White with #D8981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8981F; }
p { color: rgb(216,152,31); }
H1.HeaderClassName
{
color: #D8981F;
}
.AnyTagClassName
{
color: #D8981F;
}
</style>
background-color css
<style>
a { background-color: #D8981F; }
a { background-color: rgb(216,152,31); }
div.DivClassName
{
background-color: #D8981F;
}
.BgClassName
{
background-color: #D8981F;
}
</style>
border-color css
<style>
span { border-color: #D8981F; }
span { border-color: rgb(216,152,31); }
td.TdClassName
{
border-color: #D8981F;
}
.TagClassName
{
border-color: #D8981F;
}
</style>