Shades of Buttercup #D49620
Tints of Buttercup #D49620
RGB
CMYK
RGB Variations
Color information
#D49620 (or 0xD49620) is known color: Buttercup. HEX triplet: D4, 96 and 20. RGB value is (212,150,32). Sum of RGB (Red+Green+Blue) = 212+150+32=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D49620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49620 is #2B69DF. Grayscale: #9B9B9B. Windows color (decimal): -2845152 or 2135764. OLE color: 2135764.
HSL color Cylindrical-coordinate representation of color #D49620: hue angle of 39.33º 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 #D49620 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 32 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.17 |
| HSL | 39.33º | 0.74% | 0.48% | - |
| HSV(B) | 39.33º | 0.85% | 0.83% | - |
| XYZ | 38.32 | 35.91 | 6.28 | - |
| YUV | 155.09 | 58.54 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 32 | 0 | 0.29 | 0.85 | 0.17 | 39.33 | 0.74 | 0.48 |
| Hex | D4 | 96 | 20 | 0 | 1D | 55 | 11 | 27 | 4A | 30 |
| Octal | 324 | 226 | 40 | 0 | 35 | 125 | 21 | 47 | 112 | 60 |
| Binary | 11010100 | 10010110 | 100000 | 0 | 11101 | 1010101 | 10001 | 100111 | 1001010 | 110000 |
Color Harmonies of #D49620
Complementary color
Monochromatic Colors of #D49620
Black with #D49620
Text Example
Text Example
White with #D49620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49620; }
p { color: rgb(212,150,32); }
H1.HeaderClassName
{
color: #D49620;
}
.AnyTagClassName
{
color: #D49620;
}
</style>
background-color css
<style>
a { background-color: #D49620; }
a { background-color: rgb(212,150,32); }
div.DivClassName
{
background-color: #D49620;
}
.BgClassName
{
background-color: #D49620;
}
</style>
border-color css
<style>
span { border-color: #D49620; }
span { border-color: rgb(212,150,32); }
td.TdClassName
{
border-color: #D49620;
}
.TagClassName
{
border-color: #D49620;
}
</style>