Shades of Buttercup #D49721
Tints of Buttercup #D49721
RGB
CMYK
RGB Variations
Color information
#D49721 (or 0xD49721) is known color: Buttercup. HEX triplet: D4, 97 and 21. RGB value is (212,151,33). Sum of RGB (Red+Green+Blue) = 212+151+33=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D49721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49721 is #2B68DE. Grayscale: #9C9C9C. Windows color (decimal): -2844895 or 2201556. OLE color: 2201556.
HSL color Cylindrical-coordinate representation of color #D49721: hue angle of 39.55º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D49721 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 33 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.17 |
| HSL | 39.55º | 0.73% | 0.48% | - |
| HSV(B) | 39.55º | 0.84% | 0.83% | - |
| XYZ | 38.49 | 36.24 | 6.41 | - |
| YUV | 155.79 | 58.71 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 33 | 0 | 0.29 | 0.84 | 0.17 | 39.55 | 0.73 | 0.48 |
| Hex | D4 | 97 | 21 | 0 | 1D | 54 | 11 | 28 | 49 | 30 |
| Octal | 324 | 227 | 41 | 0 | 35 | 124 | 21 | 50 | 111 | 60 |
| Binary | 11010100 | 10010111 | 100001 | 0 | 11101 | 1010100 | 10001 | 101000 | 1001001 | 110000 |
Color Harmonies of #D49721
Complementary color
Monochromatic Colors of #D49721
Black with #D49721
Text Example
Text Example
White with #D49721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49721; }
p { color: rgb(212,151,33); }
H1.HeaderClassName
{
color: #D49721;
}
.AnyTagClassName
{
color: #D49721;
}
</style>
background-color css
<style>
a { background-color: #D49721; }
a { background-color: rgb(212,151,33); }
div.DivClassName
{
background-color: #D49721;
}
.BgClassName
{
background-color: #D49721;
}
</style>
border-color css
<style>
span { border-color: #D49721; }
span { border-color: rgb(212,151,33); }
td.TdClassName
{
border-color: #D49721;
}
.TagClassName
{
border-color: #D49721;
}
</style>