Shades of Buttercup #D98D25
Tints of Buttercup #D98D25
RGB
CMYK
RGB Variations
Color information
#D98D25 (or 0xD98D25) is known color: Buttercup. HEX triplet: D9, 8D and 25. RGB value is (217,141,37). Sum of RGB (Red+Green+Blue) = 217+141+37=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98D25 is #2672DA. Grayscale: #989898. Windows color (decimal): -2519771 or 2461145. OLE color: 2461145.
HSL color Cylindrical-coordinate representation of color #D98D25: hue angle of 34.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D98D25 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 37 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.15 |
| HSL | 34.67º | 0.71% | 0.5% | - |
| HSV(B) | 34.67º | 0.83% | 0.85% | - |
| XYZ | 38.47 | 33.94 | 6.27 | - |
| YUV | 151.87 | 63.18 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 37 | 0 | 0.35 | 0.83 | 0.15 | 34.67 | 0.71 | 0.5 |
| Hex | D9 | 8D | 25 | 0 | 23 | 53 | F | 23 | 47 | 32 |
| Octal | 331 | 215 | 45 | 0 | 43 | 123 | 17 | 43 | 107 | 62 |
| Binary | 11011001 | 10001101 | 100101 | 0 | 100011 | 1010011 | 1111 | 100011 | 1000111 | 110010 |
Color Harmonies of #D98D25
Complementary color
Monochromatic Colors of #D98D25
Black with #D98D25
Text Example
Text Example
White with #D98D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98D25; }
p { color: rgb(217,141,37); }
H1.HeaderClassName
{
color: #D98D25;
}
.AnyTagClassName
{
color: #D98D25;
}
</style>
background-color css
<style>
a { background-color: #D98D25; }
a { background-color: rgb(217,141,37); }
div.DivClassName
{
background-color: #D98D25;
}
.BgClassName
{
background-color: #D98D25;
}
</style>
border-color css
<style>
span { border-color: #D98D25; }
span { border-color: rgb(217,141,37); }
td.TdClassName
{
border-color: #D98D25;
}
.TagClassName
{
border-color: #D98D25;
}
</style>