Shades of Buttercup #D98E23
Tints of Buttercup #D98E23
RGB
CMYK
RGB Variations
Color information
#D98E23 (or 0xD98E23) is known color: Buttercup. HEX triplet: D9, 8E and 23. RGB value is (217,142,35). Sum of RGB (Red+Green+Blue) = 217+142+35=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98E23 is #2671DC. Grayscale: #989898. Windows color (decimal): -2519517 or 2330329. OLE color: 2330329.
HSL color Cylindrical-coordinate representation of color #D98E23: hue angle of 35.27º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D98E23 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 35 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.15 |
| HSL | 35.27º | 0.72% | 0.49% | - |
| HSV(B) | 35.27º | 0.84% | 0.85% | - |
| XYZ | 38.59 | 34.22 | 6.16 | - |
| YUV | 152.23 | 61.85 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 35 | 0 | 0.35 | 0.84 | 0.15 | 35.27 | 0.72 | 0.49 |
| Hex | D9 | 8E | 23 | 0 | 23 | 54 | F | 23 | 48 | 31 |
| Octal | 331 | 216 | 43 | 0 | 43 | 124 | 17 | 43 | 110 | 61 |
| Binary | 11011001 | 10001110 | 100011 | 0 | 100011 | 1010100 | 1111 | 100011 | 1001000 | 110001 |
Color Harmonies of #D98E23
Complementary color
Monochromatic Colors of #D98E23
Black with #D98E23
Text Example
Text Example
White with #D98E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98E23; }
p { color: rgb(217,142,35); }
H1.HeaderClassName
{
color: #D98E23;
}
.AnyTagClassName
{
color: #D98E23;
}
</style>
background-color css
<style>
a { background-color: #D98E23; }
a { background-color: rgb(217,142,35); }
div.DivClassName
{
background-color: #D98E23;
}
.BgClassName
{
background-color: #D98E23;
}
</style>
border-color css
<style>
span { border-color: #D98E23; }
span { border-color: rgb(217,142,35); }
td.TdClassName
{
border-color: #D98E23;
}
.TagClassName
{
border-color: #D98E23;
}
</style>