Shades of Buttercup #D88D1E
Tints of Buttercup #D88D1E
RGB
CMYK
RGB Variations
Color information
#D88D1E (or 0xD88D1E) is known color: Buttercup. HEX triplet: D8, 8D and 1E. RGB value is (216,141,30). Sum of RGB (Red+Green+Blue) = 216+141+30=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88D1E is #2772E1. Grayscale: #979797. Windows color (decimal): -2585314 or 2002392. OLE color: 2002392.
HSL color Cylindrical-coordinate representation of color #D88D1E: hue angle of 35.81º 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 #D88D1E is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 141 | 30 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.15 |
| HSL | 35.81º | 0.76% | 0.48% | - |
| HSV(B) | 35.81º | 0.86% | 0.85% | - |
| XYZ | 38.08 | 33.74 | 5.73 | - |
| YUV | 150.77 | 59.85 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 141 | 30 | 0 | 0.35 | 0.86 | 0.15 | 35.81 | 0.76 | 0.48 |
| Hex | D8 | 8D | 1E | 0 | 23 | 56 | F | 24 | 4C | 30 |
| Octal | 330 | 215 | 36 | 0 | 43 | 126 | 17 | 44 | 114 | 60 |
| Binary | 11011000 | 10001101 | 11110 | 0 | 100011 | 1010110 | 1111 | 100100 | 1001100 | 110000 |
Color Harmonies of #D88D1E
Complementary color
Monochromatic Colors of #D88D1E
Black with #D88D1E
Text Example
Text Example
White with #D88D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88D1E; }
p { color: rgb(216,141,30); }
H1.HeaderClassName
{
color: #D88D1E;
}
.AnyTagClassName
{
color: #D88D1E;
}
</style>
background-color css
<style>
a { background-color: #D88D1E; }
a { background-color: rgb(216,141,30); }
div.DivClassName
{
background-color: #D88D1E;
}
.BgClassName
{
background-color: #D88D1E;
}
</style>
border-color css
<style>
span { border-color: #D88D1E; }
span { border-color: rgb(216,141,30); }
td.TdClassName
{
border-color: #D88D1E;
}
.TagClassName
{
border-color: #D88D1E;
}
</style>