Shades of Buttercup #D28C15
Tints of Buttercup #D28C15
RGB
CMYK
RGB Variations
Color information
#D28C15 (or 0xD28C15) is known color: Buttercup. HEX triplet: D2, 8C and 15. RGB value is (210,140,21). Sum of RGB (Red+Green+Blue) = 210+140+21=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28C15 is #2D73EA. Grayscale: #939393. Windows color (decimal): -2978795 or 1412306. OLE color: 1412306.
HSL color Cylindrical-coordinate representation of color #D28C15: hue angle of 37.78º 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 #D28C15 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 21 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.18 |
| HSL | 37.78º | 0.82% | 0.45% | - |
| HSV(B) | 37.78º | 0.9% | 0.82% | - |
| XYZ | 36.09 | 32.51 | 5.08 | - |
| YUV | 147.36 | 56.69 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 21 | 0 | 0.33 | 0.90 | 0.18 | 37.78 | 0.82 | 0.45 |
| Hex | D2 | 8C | 15 | 0 | 21 | 5A | 12 | 26 | 52 | 2D |
| Octal | 322 | 214 | 25 | 0 | 41 | 132 | 22 | 46 | 122 | 55 |
| Binary | 11010010 | 10001100 | 10101 | 0 | 100001 | 1011010 | 10010 | 100110 | 1010010 | 101101 |
Color Harmonies of #D28C15
Complementary color
Monochromatic Colors of #D28C15
Black with #D28C15
Text Example
Text Example
White with #D28C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C15; }
p { color: rgb(210,140,21); }
H1.HeaderClassName
{
color: #D28C15;
}
.AnyTagClassName
{
color: #D28C15;
}
</style>
background-color css
<style>
a { background-color: #D28C15; }
a { background-color: rgb(210,140,21); }
div.DivClassName
{
background-color: #D28C15;
}
.BgClassName
{
background-color: #D28C15;
}
</style>
border-color css
<style>
span { border-color: #D28C15; }
span { border-color: rgb(210,140,21); }
td.TdClassName
{
border-color: #D28C15;
}
.TagClassName
{
border-color: #D28C15;
}
</style>