Shades of Buttercup #D49D31
Tints of Buttercup #D49D31
RGB
CMYK
RGB Variations
Color information
#D49D31 (or 0xD49D31) is known color: Buttercup. HEX triplet: D4, 9D and 31. RGB value is (212,157,49). Sum of RGB (Red+Green+Blue) = 212+157+49=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49D31 is #2B62CE. Grayscale: #A1A1A1. Windows color (decimal): -2843343 or 3251668. OLE color: 3251668.
HSL color Cylindrical-coordinate representation of color #D49D31: hue angle of 39.75º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D49D31 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 49 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.17 |
| HSL | 39.75º | 0.65% | 0.51% | - |
| HSV(B) | 39.75º | 0.77% | 0.83% | - |
| XYZ | 39.76 | 38.33 | 8.21 | - |
| YUV | 161.13 | 64.72 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 49 | 0 | 0.26 | 0.77 | 0.17 | 39.75 | 0.65 | 0.51 |
| Hex | D4 | 9D | 31 | 0 | 1A | 4D | 11 | 28 | 41 | 33 |
| Octal | 324 | 235 | 61 | 0 | 32 | 115 | 21 | 50 | 101 | 63 |
| Binary | 11010100 | 10011101 | 110001 | 0 | 11010 | 1001101 | 10001 | 101000 | 1000001 | 110011 |
Color Harmonies of #D49D31
Complementary color
Monochromatic Colors of #D49D31
Black with #D49D31
Text Example
Text Example
White with #D49D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49D31; }
p { color: rgb(212,157,49); }
H1.HeaderClassName
{
color: #D49D31;
}
.AnyTagClassName
{
color: #D49D31;
}
</style>
background-color css
<style>
a { background-color: #D49D31; }
a { background-color: rgb(212,157,49); }
div.DivClassName
{
background-color: #D49D31;
}
.BgClassName
{
background-color: #D49D31;
}
</style>
border-color css
<style>
span { border-color: #D49D31; }
span { border-color: rgb(212,157,49); }
td.TdClassName
{
border-color: #D49D31;
}
.TagClassName
{
border-color: #D49D31;
}
</style>