Shades of Buttercup #D88E1B
Tints of Buttercup #D88E1B
RGB
CMYK
RGB Variations
Color information
#D88E1B (or 0xD88E1B) is known color: Buttercup. HEX triplet: D8, 8E and 1B. RGB value is (216,142,27). Sum of RGB (Red+Green+Blue) = 216+142+27=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88E1B is #2771E4. Grayscale: #979797. Windows color (decimal): -2585061 or 1806040. OLE color: 1806040.
HSL color Cylindrical-coordinate representation of color #D88E1B: hue angle of 36.51º 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 #D88E1B is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 27 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.15 |
| HSL | 36.51º | 0.78% | 0.48% | - |
| HSV(B) | 36.51º | 0.88% | 0.85% | - |
| XYZ | 38.19 | 34.02 | 5.59 | - |
| YUV | 151.02 | 58.02 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 27 | 0 | 0.34 | 0.88 | 0.15 | 36.51 | 0.78 | 0.48 |
| Hex | D8 | 8E | 1B | 0 | 22 | 58 | F | 25 | 4E | 30 |
| Octal | 330 | 216 | 33 | 0 | 42 | 130 | 17 | 45 | 116 | 60 |
| Binary | 11011000 | 10001110 | 11011 | 0 | 100010 | 1011000 | 1111 | 100101 | 1001110 | 110000 |
Color Harmonies of #D88E1B
Complementary color
Monochromatic Colors of #D88E1B
Black with #D88E1B
Text Example
Text Example
White with #D88E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88E1B; }
p { color: rgb(216,142,27); }
H1.HeaderClassName
{
color: #D88E1B;
}
.AnyTagClassName
{
color: #D88E1B;
}
</style>
background-color css
<style>
a { background-color: #D88E1B; }
a { background-color: rgb(216,142,27); }
div.DivClassName
{
background-color: #D88E1B;
}
.BgClassName
{
background-color: #D88E1B;
}
</style>
border-color css
<style>
span { border-color: #D88E1B; }
span { border-color: rgb(216,142,27); }
td.TdClassName
{
border-color: #D88E1B;
}
.TagClassName
{
border-color: #D88E1B;
}
</style>