Shades of Buttercup #D28915
Tints of Buttercup #D28915
RGB
CMYK
RGB Variations
Color information
#D28915 (or 0xD28915) is known color: Buttercup. HEX triplet: D2, 89 and 15. RGB value is (210,137,21). Sum of RGB (Red+Green+Blue) = 210+137+21=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D28915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28915 is #2D76EA. Grayscale: #929292. Windows color (decimal): -2979563 or 1411538. OLE color: 1411538.
HSL color Cylindrical-coordinate representation of color #D28915: hue angle of 36.83º 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 #D28915 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 21 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.18 |
| HSL | 36.83º | 0.82% | 0.45% | - |
| HSV(B) | 36.83º | 0.9% | 0.82% | - |
| XYZ | 35.66 | 31.65 | 4.94 | - |
| YUV | 145.6 | 57.68 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 21 | 0 | 0.35 | 0.90 | 0.18 | 36.83 | 0.82 | 0.45 |
| Hex | D2 | 89 | 15 | 0 | 23 | 5A | 12 | 25 | 52 | 2D |
| Octal | 322 | 211 | 25 | 0 | 43 | 132 | 22 | 45 | 122 | 55 |
| Binary | 11010010 | 10001001 | 10101 | 0 | 100011 | 1011010 | 10010 | 100101 | 1010010 | 101101 |
Color Harmonies of #D28915
Complementary color
Monochromatic Colors of #D28915
Black with #D28915
Text Example
Text Example
White with #D28915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28915; }
p { color: rgb(210,137,21); }
H1.HeaderClassName
{
color: #D28915;
}
.AnyTagClassName
{
color: #D28915;
}
</style>
background-color css
<style>
a { background-color: #D28915; }
a { background-color: rgb(210,137,21); }
div.DivClassName
{
background-color: #D28915;
}
.BgClassName
{
background-color: #D28915;
}
</style>
border-color css
<style>
span { border-color: #D28915; }
span { border-color: rgb(210,137,21); }
td.TdClassName
{
border-color: #D28915;
}
.TagClassName
{
border-color: #D28915;
}
</style>