Shades of Buttercup #D8881E
Tints of Buttercup #D8881E
RGB
CMYK
RGB Variations
Color information
#D8881E (or 0xD8881E) is known color: Buttercup. HEX triplet: D8, 88 and 1E. RGB value is (216,136,30). Sum of RGB (Red+Green+Blue) = 216+136+30=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D8881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8881E is #2777E1. Grayscale: #949494. Windows color (decimal): -2586594 or 2001112. OLE color: 2001112.
HSL color Cylindrical-coordinate representation of color #D8881E: hue angle of 34.19º degrees, saturation: 0.76, 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 #D8881E is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 30 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.15 |
| HSL | 34.19º | 0.76% | 0.48% | - |
| HSV(B) | 34.19º | 0.86% | 0.85% | - |
| XYZ | 37.36 | 32.3 | 5.49 | - |
| YUV | 147.84 | 61.5 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 30 | 0 | 0.37 | 0.86 | 0.15 | 34.19 | 0.76 | 0.48 |
| Hex | D8 | 88 | 1E | 0 | 25 | 56 | F | 22 | 4C | 30 |
| Octal | 330 | 210 | 36 | 0 | 45 | 126 | 17 | 42 | 114 | 60 |
| Binary | 11011000 | 10001000 | 11110 | 0 | 100101 | 1010110 | 1111 | 100010 | 1001100 | 110000 |
Color Harmonies of #D8881E
Complementary color
Monochromatic Colors of #D8881E
Black with #D8881E
Text Example
Text Example
White with #D8881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8881E; }
p { color: rgb(216,136,30); }
H1.HeaderClassName
{
color: #D8881E;
}
.AnyTagClassName
{
color: #D8881E;
}
</style>
background-color css
<style>
a { background-color: #D8881E; }
a { background-color: rgb(216,136,30); }
div.DivClassName
{
background-color: #D8881E;
}
.BgClassName
{
background-color: #D8881E;
}
</style>
border-color css
<style>
span { border-color: #D8881E; }
span { border-color: rgb(216,136,30); }
td.TdClassName
{
border-color: #D8881E;
}
.TagClassName
{
border-color: #D8881E;
}
</style>