Shades of Buttercup #D98C28
Tints of Buttercup #D98C28
RGB
CMYK
RGB Variations
Color information
#D98C28 (or 0xD98C28) is known color: Buttercup. HEX triplet: D9, 8C and 28. RGB value is (217,140,40). Sum of RGB (Red+Green+Blue) = 217+140+40=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98C28 is #2673D7. Grayscale: #989898. Windows color (decimal): -2520024 or 2657497. OLE color: 2657497.
HSL color Cylindrical-coordinate representation of color #D98C28: hue angle of 33.9º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D98C28 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 140 | 40 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.15 |
| HSL | 33.9º | 0.7% | 0.5% | - |
| HSV(B) | 33.9º | 0.82% | 0.85% | - |
| XYZ | 38.38 | 33.66 | 6.48 | - |
| YUV | 151.62 | 65.01 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 40 | 0 | 0.35 | 0.82 | 0.15 | 33.9 | 0.7 | 0.5 |
| Hex | D9 | 8C | 28 | 0 | 23 | 52 | F | 22 | 46 | 32 |
| Octal | 331 | 214 | 50 | 0 | 43 | 122 | 17 | 42 | 106 | 62 |
| Binary | 11011001 | 10001100 | 101000 | 0 | 100011 | 1010010 | 1111 | 100010 | 1000110 | 110010 |
Color Harmonies of #D98C28
Complementary color
Monochromatic Colors of #D98C28
Black with #D98C28
Text Example
Text Example
White with #D98C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98C28; }
p { color: rgb(217,140,40); }
H1.HeaderClassName
{
color: #D98C28;
}
.AnyTagClassName
{
color: #D98C28;
}
</style>
background-color css
<style>
a { background-color: #D98C28; }
a { background-color: rgb(217,140,40); }
div.DivClassName
{
background-color: #D98C28;
}
.BgClassName
{
background-color: #D98C28;
}
</style>
border-color css
<style>
span { border-color: #D98C28; }
span { border-color: rgb(217,140,40); }
td.TdClassName
{
border-color: #D98C28;
}
.TagClassName
{
border-color: #D98C28;
}
</style>