Shades of Buttercup #D88C18
Tints of Buttercup #D88C18
RGB
CMYK
RGB Variations
Color information
#D88C18 (or 0xD88C18) is known color: Buttercup. HEX triplet: D8, 8C and 18. RGB value is (216,140,24). Sum of RGB (Red+Green+Blue) = 216+140+24=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88C18 is #2773E7. Grayscale: #969696. Windows color (decimal): -2585576 or 1608920. OLE color: 1608920.
HSL color Cylindrical-coordinate representation of color #D88C18: hue angle of 36.25º 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 #D88C18 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 24 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.15 |
| HSL | 36.25º | 0.8% | 0.47% | - |
| HSV(B) | 36.25º | 0.89% | 0.85% | - |
| XYZ | 37.86 | 33.42 | 5.32 | - |
| YUV | 149.5 | 57.18 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 24 | 0 | 0.35 | 0.89 | 0.15 | 36.25 | 0.8 | 0.47 |
| Hex | D8 | 8C | 18 | 0 | 23 | 59 | F | 24 | 50 | 2F |
| Octal | 330 | 214 | 30 | 0 | 43 | 131 | 17 | 44 | 120 | 57 |
| Binary | 11011000 | 10001100 | 11000 | 0 | 100011 | 1011001 | 1111 | 100100 | 1010000 | 101111 |
Color Harmonies of #D88C18
Complementary color
Monochromatic Colors of #D88C18
Black with #D88C18
Text Example
Text Example
White with #D88C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C18; }
p { color: rgb(216,140,24); }
H1.HeaderClassName
{
color: #D88C18;
}
.AnyTagClassName
{
color: #D88C18;
}
</style>
background-color css
<style>
a { background-color: #D88C18; }
a { background-color: rgb(216,140,24); }
div.DivClassName
{
background-color: #D88C18;
}
.BgClassName
{
background-color: #D88C18;
}
</style>
border-color css
<style>
span { border-color: #D88C18; }
span { border-color: rgb(216,140,24); }
td.TdClassName
{
border-color: #D88C18;
}
.TagClassName
{
border-color: #D88C18;
}
</style>