Shades of Buttercup #D98A17
Tints of Buttercup #D98A17
RGB
CMYK
RGB Variations
Color information
#D98A17 (or 0xD98A17) is known color: Buttercup. HEX triplet: D9, 8A and 17. RGB value is (217,138,23). Sum of RGB (Red+Green+Blue) = 217+138+23=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98A17 is #2675E8. Grayscale: #959595. Windows color (decimal): -2520553 or 1542873. OLE color: 1542873.
HSL color Cylindrical-coordinate representation of color #D98A17: hue angle of 35.57º degrees, saturation: 0.81, 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 #D98A17 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 138 | 23 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.15 |
| HSL | 35.57º | 0.81% | 0.47% | - |
| HSV(B) | 35.57º | 0.89% | 0.85% | - |
| XYZ | 37.86 | 32.99 | 5.18 | - |
| YUV | 148.51 | 57.17 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 138 | 23 | 0 | 0.36 | 0.89 | 0.15 | 35.57 | 0.81 | 0.47 |
| Hex | D9 | 8A | 17 | 0 | 24 | 59 | F | 24 | 51 | 2F |
| Octal | 331 | 212 | 27 | 0 | 44 | 131 | 17 | 44 | 121 | 57 |
| Binary | 11011001 | 10001010 | 10111 | 0 | 100100 | 1011001 | 1111 | 100100 | 1010001 | 101111 |
Color Harmonies of #D98A17
Complementary color
Monochromatic Colors of #D98A17
Black with #D98A17
Text Example
Text Example
White with #D98A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98A17; }
p { color: rgb(217,138,23); }
H1.HeaderClassName
{
color: #D98A17;
}
.AnyTagClassName
{
color: #D98A17;
}
</style>
background-color css
<style>
a { background-color: #D98A17; }
a { background-color: rgb(217,138,23); }
div.DivClassName
{
background-color: #D98A17;
}
.BgClassName
{
background-color: #D98A17;
}
</style>
border-color css
<style>
span { border-color: #D98A17; }
span { border-color: rgb(217,138,23); }
td.TdClassName
{
border-color: #D98A17;
}
.TagClassName
{
border-color: #D98A17;
}
</style>