Shades of Buttercup #D88F18
Tints of Buttercup #D88F18
RGB
CMYK
RGB Variations
Color information
#D88F18 (or 0xD88F18) is known color: Buttercup. HEX triplet: D8, 8F and 18. RGB value is (216,143,24). Sum of RGB (Red+Green+Blue) = 216+143+24=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88F18 is #2770E7. Grayscale: #979797. Windows color (decimal): -2584808 or 1609688. OLE color: 1609688.
HSL color Cylindrical-coordinate representation of color #D88F18: hue angle of 37.19º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D88F18 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 143 | 24 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.15 |
| HSL | 37.19º | 0.8% | 0.47% | - |
| HSV(B) | 37.19º | 0.89% | 0.85% | - |
| XYZ | 38.31 | 34.31 | 5.47 | - |
| YUV | 151.26 | 56.18 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 24 | 0 | 0.34 | 0.89 | 0.15 | 37.19 | 0.8 | 0.47 |
| Hex | D8 | 8F | 18 | 0 | 22 | 59 | F | 25 | 50 | 2F |
| Octal | 330 | 217 | 30 | 0 | 42 | 131 | 17 | 45 | 120 | 57 |
| Binary | 11011000 | 10001111 | 11000 | 0 | 100010 | 1011001 | 1111 | 100101 | 1010000 | 101111 |
Color Harmonies of #D88F18
Complementary color
Monochromatic Colors of #D88F18
Black with #D88F18
Text Example
Text Example
White with #D88F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88F18; }
p { color: rgb(216,143,24); }
H1.HeaderClassName
{
color: #D88F18;
}
.AnyTagClassName
{
color: #D88F18;
}
</style>
background-color css
<style>
a { background-color: #D88F18; }
a { background-color: rgb(216,143,24); }
div.DivClassName
{
background-color: #D88F18;
}
.BgClassName
{
background-color: #D88F18;
}
</style>
border-color css
<style>
span { border-color: #D88F18; }
span { border-color: rgb(216,143,24); }
td.TdClassName
{
border-color: #D88F18;
}
.TagClassName
{
border-color: #D88F18;
}
</style>