Shades of Buttercup #D19118
Tints of Buttercup #D19118
RGB
CMYK
RGB Variations
Color information
#D19118 (or 0xD19118) is known color: Buttercup. HEX triplet: D1, 91 and 18. RGB value is (209,145,24). Sum of RGB (Red+Green+Blue) = 209+145+24=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D19118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19118 is #2E6EE7. Grayscale: #969696. Windows color (decimal): -3043048 or 1610193. OLE color: 1610193.
HSL color Cylindrical-coordinate representation of color #D19118: hue angle of 39.24º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D19118 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 24 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.18 |
| HSL | 39.24º | 0.79% | 0.46% | - |
| HSV(B) | 39.24º | 0.89% | 0.82% | - |
| XYZ | 36.58 | 33.87 | 5.47 | - |
| YUV | 150.34 | 56.7 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 24 | 0 | 0.31 | 0.89 | 0.18 | 39.24 | 0.79 | 0.46 |
| Hex | D1 | 91 | 18 | 0 | 1F | 59 | 12 | 27 | 4F | 2E |
| Octal | 321 | 221 | 30 | 0 | 37 | 131 | 22 | 47 | 117 | 56 |
| Binary | 11010001 | 10010001 | 11000 | 0 | 11111 | 1011001 | 10010 | 100111 | 1001111 | 101110 |
Color Harmonies of #D19118
Complementary color
Monochromatic Colors of #D19118
Black with #D19118
Text Example
Text Example
White with #D19118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19118; }
p { color: rgb(209,145,24); }
H1.HeaderClassName
{
color: #D19118;
}
.AnyTagClassName
{
color: #D19118;
}
</style>
background-color css
<style>
a { background-color: #D19118; }
a { background-color: rgb(209,145,24); }
div.DivClassName
{
background-color: #D19118;
}
.BgClassName
{
background-color: #D19118;
}
</style>
border-color css
<style>
span { border-color: #D19118; }
span { border-color: rgb(209,145,24); }
td.TdClassName
{
border-color: #D19118;
}
.TagClassName
{
border-color: #D19118;
}
</style>