Shades of Buttercup #D28916
Tints of Buttercup #D28916
RGB
CMYK
RGB Variations
Color information
#D28916 (or 0xD28916) is known color: Buttercup. HEX triplet: D2, 89 and 16. RGB value is (210,137,22). Sum of RGB (Red+Green+Blue) = 210+137+22=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D28916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28916 is #2D76E9. Grayscale: #929292. Windows color (decimal): -2979562 or 1477074. OLE color: 1477074.
HSL color Cylindrical-coordinate representation of color #D28916: hue angle of 36.7º degrees, saturation: 0.81, 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 #D28916 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 22 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.18 |
| HSL | 36.7º | 0.81% | 0.45% | - |
| HSV(B) | 36.7º | 0.9% | 0.82% | - |
| XYZ | 35.67 | 31.65 | 4.99 | - |
| YUV | 145.72 | 58.18 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 22 | 0 | 0.35 | 0.90 | 0.18 | 36.7 | 0.81 | 0.45 |
| Hex | D2 | 89 | 16 | 0 | 23 | 5A | 12 | 25 | 51 | 2D |
| Octal | 322 | 211 | 26 | 0 | 43 | 132 | 22 | 45 | 121 | 55 |
| Binary | 11010010 | 10001001 | 10110 | 0 | 100011 | 1011010 | 10010 | 100101 | 1010001 | 101101 |
Color Harmonies of #D28916
Complementary color
Monochromatic Colors of #D28916
Black with #D28916
Text Example
Text Example
White with #D28916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28916; }
p { color: rgb(210,137,22); }
H1.HeaderClassName
{
color: #D28916;
}
.AnyTagClassName
{
color: #D28916;
}
</style>
background-color css
<style>
a { background-color: #D28916; }
a { background-color: rgb(210,137,22); }
div.DivClassName
{
background-color: #D28916;
}
.BgClassName
{
background-color: #D28916;
}
</style>
border-color css
<style>
span { border-color: #D28916; }
span { border-color: rgb(210,137,22); }
td.TdClassName
{
border-color: #D28916;
}
.TagClassName
{
border-color: #D28916;
}
</style>