Shades of Buttercup #D49518
Tints of Buttercup #D49518
RGB
CMYK
RGB Variations
Color information
#D49518 (or 0xD49518) is known color: Buttercup. HEX triplet: D4, 95 and 18. RGB value is (212,149,24). Sum of RGB (Red+Green+Blue) = 212+149+24=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D49518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49518 is #2B6AE7. Grayscale: #9A9A9A. Windows color (decimal): -2845416 or 1611220. OLE color: 1611220.
HSL color Cylindrical-coordinate representation of color #D49518: hue angle of 39.89º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D49518 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 24 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.17 |
| HSL | 39.89º | 0.8% | 0.46% | - |
| HSV(B) | 39.89º | 0.89% | 0.83% | - |
| XYZ | 38.06 | 35.56 | 5.72 | - |
| YUV | 153.59 | 54.87 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 24 | 0 | 0.30 | 0.89 | 0.17 | 39.89 | 0.8 | 0.46 |
| Hex | D4 | 95 | 18 | 0 | 1E | 59 | 11 | 28 | 50 | 2E |
| Octal | 324 | 225 | 30 | 0 | 36 | 131 | 21 | 50 | 120 | 56 |
| Binary | 11010100 | 10010101 | 11000 | 0 | 11110 | 1011001 | 10001 | 101000 | 1010000 | 101110 |
Color Harmonies of #D49518
Complementary color
Monochromatic Colors of #D49518
Black with #D49518
Text Example
Text Example
White with #D49518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49518; }
p { color: rgb(212,149,24); }
H1.HeaderClassName
{
color: #D49518;
}
.AnyTagClassName
{
color: #D49518;
}
</style>
background-color css
<style>
a { background-color: #D49518; }
a { background-color: rgb(212,149,24); }
div.DivClassName
{
background-color: #D49518;
}
.BgClassName
{
background-color: #D49518;
}
</style>
border-color css
<style>
span { border-color: #D49518; }
span { border-color: rgb(212,149,24); }
td.TdClassName
{
border-color: #D49518;
}
.TagClassName
{
border-color: #D49518;
}
</style>