Shades of Buttercup #D19D2E
Tints of Buttercup #D19D2E
RGB
CMYK
RGB Variations
Color information
#D19D2E (or 0xD19D2E) is known color: Buttercup. HEX triplet: D1, 9D and 2E. RGB value is (209,157,46). Sum of RGB (Red+Green+Blue) = 209+157+46=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19D2E is #2E62D1. Grayscale: #A0A0A0. Windows color (decimal): -3039954 or 3055057. OLE color: 3055057.
HSL color Cylindrical-coordinate representation of color #D19D2E: hue angle of 40.86º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D19D2E is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 46 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.18 |
| HSL | 40.86º | 0.64% | 0.5% | - |
| HSV(B) | 40.86º | 0.78% | 0.82% | - |
| XYZ | 38.84 | 37.87 | 7.85 | - |
| YUV | 159.89 | 63.73 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 46 | 0 | 0.25 | 0.78 | 0.18 | 40.86 | 0.64 | 0.5 |
| Hex | D1 | 9D | 2E | 0 | 19 | 4E | 12 | 29 | 40 | 32 |
| Octal | 321 | 235 | 56 | 0 | 31 | 116 | 22 | 51 | 100 | 62 |
| Binary | 11010001 | 10011101 | 101110 | 0 | 11001 | 1001110 | 10010 | 101001 | 1000000 | 110010 |
Color Harmonies of #D19D2E
Complementary color
Monochromatic Colors of #D19D2E
Black with #D19D2E
Text Example
Text Example
White with #D19D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D2E; }
p { color: rgb(209,157,46); }
H1.HeaderClassName
{
color: #D19D2E;
}
.AnyTagClassName
{
color: #D19D2E;
}
</style>
background-color css
<style>
a { background-color: #D19D2E; }
a { background-color: rgb(209,157,46); }
div.DivClassName
{
background-color: #D19D2E;
}
.BgClassName
{
background-color: #D19D2E;
}
</style>
border-color css
<style>
span { border-color: #D19D2E; }
span { border-color: rgb(209,157,46); }
td.TdClassName
{
border-color: #D19D2E;
}
.TagClassName
{
border-color: #D19D2E;
}
</style>