Shades of Buttercup #D49B29
Tints of Buttercup #D49B29
RGB
CMYK
RGB Variations
Color information
#D49B29 (or 0xD49B29) is known color: Buttercup. HEX triplet: D4, 9B and 29. RGB value is (212,155,41). Sum of RGB (Red+Green+Blue) = 212+155+41=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49B29 is #2B64D6. Grayscale: #9F9F9F. Windows color (decimal): -2843863 or 2726868. OLE color: 2726868.
HSL color Cylindrical-coordinate representation of color #D49B29: hue angle of 40º 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 #D49B29 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 41 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.17 |
| HSL | 40º | 0.68% | 0.5% | - |
| HSV(B) | 40º | 0.81% | 0.83% | - |
| XYZ | 39.27 | 37.6 | 7.29 | - |
| YUV | 159.05 | 61.38 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 41 | 0 | 0.27 | 0.81 | 0.17 | 40 | 0.68 | 0.5 |
| Hex | D4 | 9B | 29 | 0 | 1B | 51 | 11 | 28 | 44 | 32 |
| Octal | 324 | 233 | 51 | 0 | 33 | 121 | 21 | 50 | 104 | 62 |
| Binary | 11010100 | 10011011 | 101001 | 0 | 11011 | 1010001 | 10001 | 101000 | 1000100 | 110010 |
Color Harmonies of #D49B29
Complementary color
Monochromatic Colors of #D49B29
Black with #D49B29
Text Example
Text Example
White with #D49B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49B29; }
p { color: rgb(212,155,41); }
H1.HeaderClassName
{
color: #D49B29;
}
.AnyTagClassName
{
color: #D49B29;
}
</style>
background-color css
<style>
a { background-color: #D49B29; }
a { background-color: rgb(212,155,41); }
div.DivClassName
{
background-color: #D49B29;
}
.BgClassName
{
background-color: #D49B29;
}
</style>
border-color css
<style>
span { border-color: #D49B29; }
span { border-color: rgb(212,155,41); }
td.TdClassName
{
border-color: #D49B29;
}
.TagClassName
{
border-color: #D49B29;
}
</style>