Shades of Buttercup #D19E2E
Tints of Buttercup #D19E2E
RGB
CMYK
RGB Variations
Color information
#D19E2E (or 0xD19E2E) is known color: Buttercup. HEX triplet: D1, 9E and 2E. RGB value is (209,158,46). Sum of RGB (Red+Green+Blue) = 209+158+46=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19E2E is #2E61D1. Grayscale: #A0A0A0. Windows color (decimal): -3039698 or 3055313. OLE color: 3055313.
HSL color Cylindrical-coordinate representation of color #D19E2E: hue angle of 41.23º 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 #D19E2E is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 46 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.18 |
| HSL | 41.23º | 0.64% | 0.5% | - |
| HSV(B) | 41.23º | 0.78% | 0.82% | - |
| XYZ | 39.01 | 38.21 | 7.9 | - |
| YUV | 160.48 | 63.4 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 46 | 0 | 0.24 | 0.78 | 0.18 | 41.23 | 0.64 | 0.5 |
| Hex | D1 | 9E | 2E | 0 | 18 | 4E | 12 | 29 | 40 | 32 |
| Octal | 321 | 236 | 56 | 0 | 30 | 116 | 22 | 51 | 100 | 62 |
| Binary | 11010001 | 10011110 | 101110 | 0 | 11000 | 1001110 | 10010 | 101001 | 1000000 | 110010 |
Color Harmonies of #D19E2E
Complementary color
Monochromatic Colors of #D19E2E
Black with #D19E2E
Text Example
Text Example
White with #D19E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19E2E; }
p { color: rgb(209,158,46); }
H1.HeaderClassName
{
color: #D19E2E;
}
.AnyTagClassName
{
color: #D19E2E;
}
</style>
background-color css
<style>
a { background-color: #D19E2E; }
a { background-color: rgb(209,158,46); }
div.DivClassName
{
background-color: #D19E2E;
}
.BgClassName
{
background-color: #D19E2E;
}
</style>
border-color css
<style>
span { border-color: #D19E2E; }
span { border-color: rgb(209,158,46); }
td.TdClassName
{
border-color: #D19E2E;
}
.TagClassName
{
border-color: #D19E2E;
}
</style>