Shades of Buttercup #D19020
Tints of Buttercup #D19020
RGB
CMYK
RGB Variations
Color information
#D19020 (or 0xD19020) is known color: Buttercup. HEX triplet: D1, 90 and 20. RGB value is (209,144,32). Sum of RGB (Red+Green+Blue) = 209+144+32=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D19020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19020 is #2E6FDF. Grayscale: #979797. Windows color (decimal): -3043296 or 2134225. OLE color: 2134225.
HSL color Cylindrical-coordinate representation of color #D19020: hue angle of 37.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D19020 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 32 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.18 |
| HSL | 37.97º | 0.73% | 0.47% | - |
| HSV(B) | 37.97º | 0.85% | 0.82% | - |
| XYZ | 36.53 | 33.61 | 5.93 | - |
| YUV | 150.67 | 61.03 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 32 | 0 | 0.31 | 0.85 | 0.18 | 37.97 | 0.73 | 0.47 |
| Hex | D1 | 90 | 20 | 0 | 1F | 55 | 12 | 26 | 49 | 2F |
| Octal | 321 | 220 | 40 | 0 | 37 | 125 | 22 | 46 | 111 | 57 |
| Binary | 11010001 | 10010000 | 100000 | 0 | 11111 | 1010101 | 10010 | 100110 | 1001001 | 101111 |
Color Harmonies of #D19020
Complementary color
Monochromatic Colors of #D19020
Black with #D19020
Text Example
Text Example
White with #D19020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19020; }
p { color: rgb(209,144,32); }
H1.HeaderClassName
{
color: #D19020;
}
.AnyTagClassName
{
color: #D19020;
}
</style>
background-color css
<style>
a { background-color: #D19020; }
a { background-color: rgb(209,144,32); }
div.DivClassName
{
background-color: #D19020;
}
.BgClassName
{
background-color: #D19020;
}
</style>
border-color css
<style>
span { border-color: #D19020; }
span { border-color: rgb(209,144,32); }
td.TdClassName
{
border-color: #D19020;
}
.TagClassName
{
border-color: #D19020;
}
</style>