Shades of Buttercup #D28E16
Tints of Buttercup #D28E16
RGB
CMYK
RGB Variations
Color information
#D28E16 (or 0xD28E16) is known color: Buttercup. HEX triplet: D2, 8E and 16. RGB value is (210,142,22). Sum of RGB (Red+Green+Blue) = 210+142+22=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28E16 is #2D71E9. Grayscale: #959595. Windows color (decimal): -2978282 or 1478354. OLE color: 1478354.
HSL color Cylindrical-coordinate representation of color #D28E16: hue angle of 38.3º 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 #D28E16 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 22 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.18 |
| HSL | 38.3º | 0.81% | 0.45% | - |
| HSV(B) | 38.3º | 0.9% | 0.82% | - |
| XYZ | 36.4 | 33.11 | 5.23 | - |
| YUV | 148.65 | 56.53 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 22 | 0 | 0.32 | 0.90 | 0.18 | 38.3 | 0.81 | 0.45 |
| Hex | D2 | 8E | 16 | 0 | 20 | 5A | 12 | 26 | 51 | 2D |
| Octal | 322 | 216 | 26 | 0 | 40 | 132 | 22 | 46 | 121 | 55 |
| Binary | 11010010 | 10001110 | 10110 | 0 | 100000 | 1011010 | 10010 | 100110 | 1010001 | 101101 |
Color Harmonies of #D28E16
Complementary color
Monochromatic Colors of #D28E16
Black with #D28E16
Text Example
Text Example
White with #D28E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E16; }
p { color: rgb(210,142,22); }
H1.HeaderClassName
{
color: #D28E16;
}
.AnyTagClassName
{
color: #D28E16;
}
</style>
background-color css
<style>
a { background-color: #D28E16; }
a { background-color: rgb(210,142,22); }
div.DivClassName
{
background-color: #D28E16;
}
.BgClassName
{
background-color: #D28E16;
}
</style>
border-color css
<style>
span { border-color: #D28E16; }
span { border-color: rgb(210,142,22); }
td.TdClassName
{
border-color: #D28E16;
}
.TagClassName
{
border-color: #D28E16;
}
</style>