Shades of Buttercup #D8981B
Tints of Buttercup #D8981B
RGB
CMYK
RGB Variations
Color information
#D8981B (or 0xD8981B) is known color: Buttercup. HEX triplet: D8, 98 and 1B. RGB value is (216,152,27). Sum of RGB (Red+Green+Blue) = 216+152+27=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8981B is #2767E4. Grayscale: #9D9D9D. Windows color (decimal): -2582501 or 1808600. OLE color: 1808600.
HSL color Cylindrical-coordinate representation of color #D8981B: hue angle of 39.68º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8981B is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 27 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.15 |
| HSL | 39.68º | 0.78% | 0.48% | - |
| HSV(B) | 39.68º | 0.88% | 0.85% | - |
| XYZ | 39.74 | 37.13 | 6.11 | - |
| YUV | 156.89 | 54.7 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 27 | 0 | 0.30 | 0.88 | 0.15 | 39.68 | 0.78 | 0.48 |
| Hex | D8 | 98 | 1B | 0 | 1E | 58 | F | 28 | 4E | 30 |
| Octal | 330 | 230 | 33 | 0 | 36 | 130 | 17 | 50 | 116 | 60 |
| Binary | 11011000 | 10011000 | 11011 | 0 | 11110 | 1011000 | 1111 | 101000 | 1001110 | 110000 |
Color Harmonies of #D8981B
Complementary color
Monochromatic Colors of #D8981B
Black with #D8981B
Text Example
Text Example
White with #D8981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8981B; }
p { color: rgb(216,152,27); }
H1.HeaderClassName
{
color: #D8981B;
}
.AnyTagClassName
{
color: #D8981B;
}
</style>
background-color css
<style>
a { background-color: #D8981B; }
a { background-color: rgb(216,152,27); }
div.DivClassName
{
background-color: #D8981B;
}
.BgClassName
{
background-color: #D8981B;
}
</style>
border-color css
<style>
span { border-color: #D8981B; }
span { border-color: rgb(216,152,27); }
td.TdClassName
{
border-color: #D8981B;
}
.TagClassName
{
border-color: #D8981B;
}
</style>