Shades of Buttercup #D49129
Tints of Buttercup #D49129
RGB
CMYK
RGB Variations
Color information
#D49129 (or 0xD49129) is known color: Buttercup. HEX triplet: D4, 91 and 29. RGB value is (212,145,41). Sum of RGB (Red+Green+Blue) = 212+145+41=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D49129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49129 is #2B6ED6. Grayscale: #999999. Windows color (decimal): -2846423 or 2724308. OLE color: 2724308.
HSL color Cylindrical-coordinate representation of color #D49129: hue angle of 36.49º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D49129 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 41 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.17 |
| HSL | 36.49º | 0.68% | 0.5% | - |
| HSV(B) | 36.49º | 0.81% | 0.83% | - |
| XYZ | 37.68 | 34.41 | 6.75 | - |
| YUV | 153.18 | 64.7 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 41 | 0 | 0.32 | 0.81 | 0.17 | 36.49 | 0.68 | 0.5 |
| Hex | D4 | 91 | 29 | 0 | 20 | 51 | 11 | 24 | 44 | 32 |
| Octal | 324 | 221 | 51 | 0 | 40 | 121 | 21 | 44 | 104 | 62 |
| Binary | 11010100 | 10010001 | 101001 | 0 | 100000 | 1010001 | 10001 | 100100 | 1000100 | 110010 |
Color Harmonies of #D49129
Complementary color
Monochromatic Colors of #D49129
Black with #D49129
Text Example
Text Example
White with #D49129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49129; }
p { color: rgb(212,145,41); }
H1.HeaderClassName
{
color: #D49129;
}
.AnyTagClassName
{
color: #D49129;
}
</style>
background-color css
<style>
a { background-color: #D49129; }
a { background-color: rgb(212,145,41); }
div.DivClassName
{
background-color: #D49129;
}
.BgClassName
{
background-color: #D49129;
}
</style>
border-color css
<style>
span { border-color: #D49129; }
span { border-color: rgb(212,145,41); }
td.TdClassName
{
border-color: #D49129;
}
.TagClassName
{
border-color: #D49129;
}
</style>