Shades of Buttercup #D98F18
Tints of Buttercup #D98F18
RGB
CMYK
RGB Variations
Color information
#D98F18 (or 0xD98F18) is known color: Buttercup. HEX triplet: D9, 8F and 18. RGB value is (217,143,24). Sum of RGB (Red+Green+Blue) = 217+143+24=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98F18 is #2670E7. Grayscale: #989898. Windows color (decimal): -2519272 or 1609689. OLE color: 1609689.
HSL color Cylindrical-coordinate representation of color #D98F18: hue angle of 36.99º 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 #D98F18 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 24 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.15 |
| HSL | 36.99º | 0.8% | 0.47% | - |
| HSV(B) | 36.99º | 0.89% | 0.85% | - |
| XYZ | 38.6 | 34.46 | 5.48 | - |
| YUV | 151.56 | 56.02 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 24 | 0 | 0.34 | 0.89 | 0.15 | 36.99 | 0.8 | 0.47 |
| Hex | D9 | 8F | 18 | 0 | 22 | 59 | F | 25 | 50 | 2F |
| Octal | 331 | 217 | 30 | 0 | 42 | 131 | 17 | 45 | 120 | 57 |
| Binary | 11011001 | 10001111 | 11000 | 0 | 100010 | 1011001 | 1111 | 100101 | 1010000 | 101111 |
Color Harmonies of #D98F18
Complementary color
Monochromatic Colors of #D98F18
Black with #D98F18
Text Example
Text Example
White with #D98F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F18; }
p { color: rgb(217,143,24); }
H1.HeaderClassName
{
color: #D98F18;
}
.AnyTagClassName
{
color: #D98F18;
}
</style>
background-color css
<style>
a { background-color: #D98F18; }
a { background-color: rgb(217,143,24); }
div.DivClassName
{
background-color: #D98F18;
}
.BgClassName
{
background-color: #D98F18;
}
</style>
border-color css
<style>
span { border-color: #D98F18; }
span { border-color: rgb(217,143,24); }
td.TdClassName
{
border-color: #D98F18;
}
.TagClassName
{
border-color: #D98F18;
}
</style>