Shades of Buttercup #D8881B
Tints of Buttercup #D8881B
RGB
CMYK
RGB Variations
Color information
#D8881B (or 0xD8881B) is known color: Buttercup. HEX triplet: D8, 88 and 1B. RGB value is (216,136,27). Sum of RGB (Red+Green+Blue) = 216+136+27=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8881B is #2777E4. Grayscale: #949494. Windows color (decimal): -2586597 or 1804504. OLE color: 1804504.
HSL color Cylindrical-coordinate representation of color #D8881B: hue angle of 34.6º 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 #D8881B is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 27 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.15 |
| HSL | 34.6º | 0.78% | 0.48% | - |
| HSV(B) | 34.6º | 0.88% | 0.85% | - |
| XYZ | 37.32 | 32.29 | 5.3 | - |
| YUV | 147.49 | 60 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 27 | 0 | 0.37 | 0.88 | 0.15 | 34.6 | 0.78 | 0.48 |
| Hex | D8 | 88 | 1B | 0 | 25 | 58 | F | 23 | 4E | 30 |
| Octal | 330 | 210 | 33 | 0 | 45 | 130 | 17 | 43 | 116 | 60 |
| Binary | 11011000 | 10001000 | 11011 | 0 | 100101 | 1011000 | 1111 | 100011 | 1001110 | 110000 |
Color Harmonies of #D8881B
Complementary color
Monochromatic Colors of #D8881B
Black with #D8881B
Text Example
Text Example
White with #D8881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8881B; }
p { color: rgb(216,136,27); }
H1.HeaderClassName
{
color: #D8881B;
}
.AnyTagClassName
{
color: #D8881B;
}
</style>
background-color css
<style>
a { background-color: #D8881B; }
a { background-color: rgb(216,136,27); }
div.DivClassName
{
background-color: #D8881B;
}
.BgClassName
{
background-color: #D8881B;
}
</style>
border-color css
<style>
span { border-color: #D8881B; }
span { border-color: rgb(216,136,27); }
td.TdClassName
{
border-color: #D8881B;
}
.TagClassName
{
border-color: #D8881B;
}
</style>