Shades of Buttercup #D49520
Tints of Buttercup #D49520
RGB
CMYK
RGB Variations
Color information
#D49520 (or 0xD49520) is known color: Buttercup. HEX triplet: D4, 95 and 20. RGB value is (212,149,32). Sum of RGB (Red+Green+Blue) = 212+149+32=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D49520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49520 is #2B6ADF. Grayscale: #9B9B9B. Windows color (decimal): -2845408 or 2135508. OLE color: 2135508.
HSL color Cylindrical-coordinate representation of color #D49520: hue angle of 39º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D49520 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 32 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.17 |
| HSL | 39º | 0.74% | 0.48% | - |
| HSV(B) | 39º | 0.85% | 0.83% | - |
| XYZ | 38.16 | 35.6 | 6.23 | - |
| YUV | 154.5 | 58.87 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 32 | 0 | 0.30 | 0.85 | 0.17 | 39 | 0.74 | 0.48 |
| Hex | D4 | 95 | 20 | 0 | 1E | 55 | 11 | 27 | 4A | 30 |
| Octal | 324 | 225 | 40 | 0 | 36 | 125 | 21 | 47 | 112 | 60 |
| Binary | 11010100 | 10010101 | 100000 | 0 | 11110 | 1010101 | 10001 | 100111 | 1001010 | 110000 |
Color Harmonies of #D49520
Complementary color
Monochromatic Colors of #D49520
Black with #D49520
Text Example
Text Example
White with #D49520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49520; }
p { color: rgb(212,149,32); }
H1.HeaderClassName
{
color: #D49520;
}
.AnyTagClassName
{
color: #D49520;
}
</style>
background-color css
<style>
a { background-color: #D49520; }
a { background-color: rgb(212,149,32); }
div.DivClassName
{
background-color: #D49520;
}
.BgClassName
{
background-color: #D49520;
}
</style>
border-color css
<style>
span { border-color: #D49520; }
span { border-color: rgb(212,149,32); }
td.TdClassName
{
border-color: #D49520;
}
.TagClassName
{
border-color: #D49520;
}
</style>