Shades of Buttercup #D19E2F
Tints of Buttercup #D19E2F
RGB
CMYK
RGB Variations
Color information
#D19E2F (or 0xD19E2F) is known color: Buttercup. HEX triplet: D1, 9E and 2F. RGB value is (209,158,47). Sum of RGB (Red+Green+Blue) = 209+158+47=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19E2F is #2E61D0. Grayscale: #A1A1A1. Windows color (decimal): -3039697 or 3120849. OLE color: 3120849.
HSL color Cylindrical-coordinate representation of color #D19E2F: hue angle of 41.11º 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 #D19E2F is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 47 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.18 |
| HSL | 41.11º | 0.64% | 0.5% | - |
| HSV(B) | 41.11º | 0.78% | 0.82% | - |
| XYZ | 39.03 | 38.21 | 8.01 | - |
| YUV | 160.6 | 63.9 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 47 | 0 | 0.24 | 0.78 | 0.18 | 41.11 | 0.64 | 0.5 |
| Hex | D1 | 9E | 2F | 0 | 18 | 4E | 12 | 29 | 40 | 32 |
| Octal | 321 | 236 | 57 | 0 | 30 | 116 | 22 | 51 | 100 | 62 |
| Binary | 11010001 | 10011110 | 101111 | 0 | 11000 | 1001110 | 10010 | 101001 | 1000000 | 110010 |
Color Harmonies of #D19E2F
Complementary color
Monochromatic Colors of #D19E2F
Black with #D19E2F
Text Example
Text Example
White with #D19E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19E2F; }
p { color: rgb(209,158,47); }
H1.HeaderClassName
{
color: #D19E2F;
}
.AnyTagClassName
{
color: #D19E2F;
}
</style>
background-color css
<style>
a { background-color: #D19E2F; }
a { background-color: rgb(209,158,47); }
div.DivClassName
{
background-color: #D19E2F;
}
.BgClassName
{
background-color: #D19E2F;
}
</style>
border-color css
<style>
span { border-color: #D19E2F; }
span { border-color: rgb(209,158,47); }
td.TdClassName
{
border-color: #D19E2F;
}
.TagClassName
{
border-color: #D19E2F;
}
</style>