Shades of Buttercup #D49729
Tints of Buttercup #D49729
RGB
CMYK
RGB Variations
Color information
#D49729 (or 0xD49729) is known color: Buttercup. HEX triplet: D4, 97 and 29. RGB value is (212,151,41). Sum of RGB (Red+Green+Blue) = 212+151+41=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D49729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49729 is #2B68D6. Grayscale: #9D9D9D. Windows color (decimal): -2844887 or 2725844. OLE color: 2725844.
HSL color Cylindrical-coordinate representation of color #D49729: hue angle of 38.6º 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 #D49729 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 41 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.17 |
| HSL | 38.6º | 0.68% | 0.5% | - |
| HSV(B) | 38.6º | 0.81% | 0.83% | - |
| XYZ | 38.62 | 36.29 | 7.07 | - |
| YUV | 156.7 | 62.71 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 41 | 0 | 0.29 | 0.81 | 0.17 | 38.6 | 0.68 | 0.5 |
| Hex | D4 | 97 | 29 | 0 | 1D | 51 | 11 | 27 | 44 | 32 |
| Octal | 324 | 227 | 51 | 0 | 35 | 121 | 21 | 47 | 104 | 62 |
| Binary | 11010100 | 10010111 | 101001 | 0 | 11101 | 1010001 | 10001 | 100111 | 1000100 | 110010 |
Color Harmonies of #D49729
Complementary color
Monochromatic Colors of #D49729
Black with #D49729
Text Example
Text Example
White with #D49729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49729; }
p { color: rgb(212,151,41); }
H1.HeaderClassName
{
color: #D49729;
}
.AnyTagClassName
{
color: #D49729;
}
</style>
background-color css
<style>
a { background-color: #D49729; }
a { background-color: rgb(212,151,41); }
div.DivClassName
{
background-color: #D49729;
}
.BgClassName
{
background-color: #D49729;
}
</style>
border-color css
<style>
span { border-color: #D49729; }
span { border-color: rgb(212,151,41); }
td.TdClassName
{
border-color: #D49729;
}
.TagClassName
{
border-color: #D49729;
}
</style>