Shades of Buttercup #D28D15
Tints of Buttercup #D28D15
RGB
CMYK
RGB Variations
Color information
#D28D15 (or 0xD28D15) is known color: Buttercup. HEX triplet: D2, 8D and 15. RGB value is (210,141,21). Sum of RGB (Red+Green+Blue) = 210+141+21=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28D15 is #2D72EA. Grayscale: #949494. Windows color (decimal): -2978539 or 1412562. OLE color: 1412562.
HSL color Cylindrical-coordinate representation of color #D28D15: hue angle of 38.1º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D28D15 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 21 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.18 |
| HSL | 38.1º | 0.82% | 0.45% | - |
| HSV(B) | 38.1º | 0.9% | 0.82% | - |
| XYZ | 36.24 | 32.81 | 5.13 | - |
| YUV | 147.95 | 56.36 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 21 | 0 | 0.33 | 0.90 | 0.18 | 38.1 | 0.82 | 0.45 |
| Hex | D2 | 8D | 15 | 0 | 21 | 5A | 12 | 26 | 52 | 2D |
| Octal | 322 | 215 | 25 | 0 | 41 | 132 | 22 | 46 | 122 | 55 |
| Binary | 11010010 | 10001101 | 10101 | 0 | 100001 | 1011010 | 10010 | 100110 | 1010010 | 101101 |
Color Harmonies of #D28D15
Complementary color
Monochromatic Colors of #D28D15
Black with #D28D15
Text Example
Text Example
White with #D28D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D15; }
p { color: rgb(210,141,21); }
H1.HeaderClassName
{
color: #D28D15;
}
.AnyTagClassName
{
color: #D28D15;
}
</style>
background-color css
<style>
a { background-color: #D28D15; }
a { background-color: rgb(210,141,21); }
div.DivClassName
{
background-color: #D28D15;
}
.BgClassName
{
background-color: #D28D15;
}
</style>
border-color css
<style>
span { border-color: #D28D15; }
span { border-color: rgb(210,141,21); }
td.TdClassName
{
border-color: #D28D15;
}
.TagClassName
{
border-color: #D28D15;
}
</style>