Shades of Buttercup #D98E21
Tints of Buttercup #D98E21
RGB
CMYK
RGB Variations
Color information
#D98E21 (or 0xD98E21) is known color: Buttercup. HEX triplet: D9, 8E and 21. RGB value is (217,142,33). Sum of RGB (Red+Green+Blue) = 217+142+33=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98E21 is #2671DE. Grayscale: #989898. Windows color (decimal): -2519519 or 2199257. OLE color: 2199257.
HSL color Cylindrical-coordinate representation of color #D98E21: hue angle of 35.54º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D98E21 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 33 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.15 |
| HSL | 35.54º | 0.74% | 0.49% | - |
| HSV(B) | 35.54º | 0.85% | 0.85% | - |
| XYZ | 38.56 | 34.21 | 6.01 | - |
| YUV | 152 | 60.85 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 33 | 0 | 0.35 | 0.85 | 0.15 | 35.54 | 0.74 | 0.49 |
| Hex | D9 | 8E | 21 | 0 | 23 | 55 | F | 24 | 4A | 31 |
| Octal | 331 | 216 | 41 | 0 | 43 | 125 | 17 | 44 | 112 | 61 |
| Binary | 11011001 | 10001110 | 100001 | 0 | 100011 | 1010101 | 1111 | 100100 | 1001010 | 110001 |
Color Harmonies of #D98E21
Complementary color
Monochromatic Colors of #D98E21
Black with #D98E21
Text Example
Text Example
White with #D98E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98E21; }
p { color: rgb(217,142,33); }
H1.HeaderClassName
{
color: #D98E21;
}
.AnyTagClassName
{
color: #D98E21;
}
</style>
background-color css
<style>
a { background-color: #D98E21; }
a { background-color: rgb(217,142,33); }
div.DivClassName
{
background-color: #D98E21;
}
.BgClassName
{
background-color: #D98E21;
}
</style>
border-color css
<style>
span { border-color: #D98E21; }
span { border-color: rgb(217,142,33); }
td.TdClassName
{
border-color: #D98E21;
}
.TagClassName
{
border-color: #D98E21;
}
</style>