Shades of Buttercup #D48D16
Tints of Buttercup #D48D16
RGB
CMYK
RGB Variations
Color information
#D48D16 (or 0xD48D16) is known color: Buttercup. HEX triplet: D4, 8D and 16. RGB value is (212,141,22). Sum of RGB (Red+Green+Blue) = 212+141+22=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48D16 is #2B72E9. Grayscale: #959595. Windows color (decimal): -2847466 or 1478100. OLE color: 1478100.
HSL color Cylindrical-coordinate representation of color #D48D16: hue angle of 37.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D48D16 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 22 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.17 |
| HSL | 37.58º | 0.81% | 0.46% | - |
| HSV(B) | 37.58º | 0.9% | 0.83% | - |
| XYZ | 36.82 | 33.1 | 5.21 | - |
| YUV | 148.66 | 56.52 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 22 | 0 | 0.33 | 0.90 | 0.17 | 37.58 | 0.81 | 0.46 |
| Hex | D4 | 8D | 16 | 0 | 21 | 5A | 11 | 26 | 51 | 2E |
| Octal | 324 | 215 | 26 | 0 | 41 | 132 | 21 | 46 | 121 | 56 |
| Binary | 11010100 | 10001101 | 10110 | 0 | 100001 | 1011010 | 10001 | 100110 | 1010001 | 101110 |
Color Harmonies of #D48D16
Complementary color
Monochromatic Colors of #D48D16
Black with #D48D16
Text Example
Text Example
White with #D48D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48D16; }
p { color: rgb(212,141,22); }
H1.HeaderClassName
{
color: #D48D16;
}
.AnyTagClassName
{
color: #D48D16;
}
</style>
background-color css
<style>
a { background-color: #D48D16; }
a { background-color: rgb(212,141,22); }
div.DivClassName
{
background-color: #D48D16;
}
.BgClassName
{
background-color: #D48D16;
}
</style>
border-color css
<style>
span { border-color: #D48D16; }
span { border-color: rgb(212,141,22); }
td.TdClassName
{
border-color: #D48D16;
}
.TagClassName
{
border-color: #D48D16;
}
</style>