Shades of Buttercup #D49016
Tints of Buttercup #D49016
RGB
CMYK
RGB Variations
Color information
#D49016 (or 0xD49016) is known color: Buttercup. HEX triplet: D4, 90 and 16. RGB value is (212,144,22). Sum of RGB (Red+Green+Blue) = 212+144+22=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D49016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49016 is #2B6FE9. Grayscale: #969696. Windows color (decimal): -2846698 or 1478868. OLE color: 1478868.
HSL color Cylindrical-coordinate representation of color #D49016: hue angle of 38.53º 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 #D49016 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 22 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.17 |
| HSL | 38.53º | 0.81% | 0.46% | - |
| HSV(B) | 38.53º | 0.9% | 0.83% | - |
| XYZ | 37.27 | 34 | 5.36 | - |
| YUV | 150.42 | 55.53 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 22 | 0 | 0.32 | 0.90 | 0.17 | 38.53 | 0.81 | 0.46 |
| Hex | D4 | 90 | 16 | 0 | 20 | 5A | 11 | 27 | 51 | 2E |
| Octal | 324 | 220 | 26 | 0 | 40 | 132 | 21 | 47 | 121 | 56 |
| Binary | 11010100 | 10010000 | 10110 | 0 | 100000 | 1011010 | 10001 | 100111 | 1010001 | 101110 |
Color Harmonies of #D49016
Complementary color
Monochromatic Colors of #D49016
Black with #D49016
Text Example
Text Example
White with #D49016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49016; }
p { color: rgb(212,144,22); }
H1.HeaderClassName
{
color: #D49016;
}
.AnyTagClassName
{
color: #D49016;
}
</style>
background-color css
<style>
a { background-color: #D49016; }
a { background-color: rgb(212,144,22); }
div.DivClassName
{
background-color: #D49016;
}
.BgClassName
{
background-color: #D49016;
}
</style>
border-color css
<style>
span { border-color: #D49016; }
span { border-color: rgb(212,144,22); }
td.TdClassName
{
border-color: #D49016;
}
.TagClassName
{
border-color: #D49016;
}
</style>