Shades of Buttercup #D19128
Tints of Buttercup #D19128
RGB
CMYK
RGB Variations
Color information
#D19128 (or 0xD19128) is known color: Buttercup. HEX triplet: D1, 91 and 28. RGB value is (209,145,40). Sum of RGB (Red+Green+Blue) = 209+145+40=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D19128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19128 is #2E6ED7. Grayscale: #989898. Windows color (decimal): -3043032 or 2658769. OLE color: 2658769.
HSL color Cylindrical-coordinate representation of color #D19128: hue angle of 37.28º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D19128 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 40 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.18 |
| HSL | 37.28º | 0.68% | 0.49% | - |
| HSV(B) | 37.28º | 0.81% | 0.82% | - |
| XYZ | 36.8 | 33.96 | 6.62 | - |
| YUV | 152.17 | 64.7 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 40 | 0 | 0.31 | 0.81 | 0.18 | 37.28 | 0.68 | 0.49 |
| Hex | D1 | 91 | 28 | 0 | 1F | 51 | 12 | 25 | 44 | 31 |
| Octal | 321 | 221 | 50 | 0 | 37 | 121 | 22 | 45 | 104 | 61 |
| Binary | 11010001 | 10010001 | 101000 | 0 | 11111 | 1010001 | 10010 | 100101 | 1000100 | 110001 |
Color Harmonies of #D19128
Complementary color
Monochromatic Colors of #D19128
Black with #D19128
Text Example
Text Example
White with #D19128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19128; }
p { color: rgb(209,145,40); }
H1.HeaderClassName
{
color: #D19128;
}
.AnyTagClassName
{
color: #D19128;
}
</style>
background-color css
<style>
a { background-color: #D19128; }
a { background-color: rgb(209,145,40); }
div.DivClassName
{
background-color: #D19128;
}
.BgClassName
{
background-color: #D19128;
}
</style>
border-color css
<style>
span { border-color: #D19128; }
span { border-color: rgb(209,145,40); }
td.TdClassName
{
border-color: #D19128;
}
.TagClassName
{
border-color: #D19128;
}
</style>