Shades of Buttercup #D49124
Tints of Buttercup #D49124
RGB
CMYK
RGB Variations
Color information
#D49124 (or 0xD49124) is known color: Buttercup. HEX triplet: D4, 91 and 24. RGB value is (212,145,36). Sum of RGB (Red+Green+Blue) = 212+145+36=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D49124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49124 is #2B6EDB. Grayscale: #999999. Windows color (decimal): -2846428 or 2396628. OLE color: 2396628.
HSL color Cylindrical-coordinate representation of color #D49124: hue angle of 37.16º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D49124 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 36 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.17 |
| HSL | 37.16º | 0.71% | 0.49% | - |
| HSV(B) | 37.16º | 0.83% | 0.83% | - |
| XYZ | 37.6 | 34.38 | 6.32 | - |
| YUV | 152.61 | 62.2 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 36 | 0 | 0.32 | 0.83 | 0.17 | 37.16 | 0.71 | 0.49 |
| Hex | D4 | 91 | 24 | 0 | 20 | 53 | 11 | 25 | 47 | 31 |
| Octal | 324 | 221 | 44 | 0 | 40 | 123 | 21 | 45 | 107 | 61 |
| Binary | 11010100 | 10010001 | 100100 | 0 | 100000 | 1010011 | 10001 | 100101 | 1000111 | 110001 |
Color Harmonies of #D49124
Complementary color
Monochromatic Colors of #D49124
Black with #D49124
Text Example
Text Example
White with #D49124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49124; }
p { color: rgb(212,145,36); }
H1.HeaderClassName
{
color: #D49124;
}
.AnyTagClassName
{
color: #D49124;
}
</style>
background-color css
<style>
a { background-color: #D49124; }
a { background-color: rgb(212,145,36); }
div.DivClassName
{
background-color: #D49124;
}
.BgClassName
{
background-color: #D49124;
}
</style>
border-color css
<style>
span { border-color: #D49124; }
span { border-color: rgb(212,145,36); }
td.TdClassName
{
border-color: #D49124;
}
.TagClassName
{
border-color: #D49124;
}
</style>