Shades of Buttercup #D49119
Tints of Buttercup #D49119
RGB
CMYK
RGB Variations
Color information
#D49119 (or 0xD49119) is known color: Buttercup. HEX triplet: D4, 91 and 19. RGB value is (212,145,25). Sum of RGB (Red+Green+Blue) = 212+145+25=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D49119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49119 is #2B6EE6. Grayscale: #979797. Windows color (decimal): -2846439 or 1675732. OLE color: 1675732.
HSL color Cylindrical-coordinate representation of color #D49119: hue angle of 38.5º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D49119 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 25 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.17 |
| HSL | 38.5º | 0.79% | 0.46% | - |
| HSV(B) | 38.5º | 0.88% | 0.83% | - |
| XYZ | 37.45 | 34.32 | 5.57 | - |
| YUV | 151.35 | 56.7 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 25 | 0 | 0.32 | 0.88 | 0.17 | 38.5 | 0.79 | 0.46 |
| Hex | D4 | 91 | 19 | 0 | 20 | 58 | 11 | 27 | 4F | 2E |
| Octal | 324 | 221 | 31 | 0 | 40 | 130 | 21 | 47 | 117 | 56 |
| Binary | 11010100 | 10010001 | 11001 | 0 | 100000 | 1011000 | 10001 | 100111 | 1001111 | 101110 |
Color Harmonies of #D49119
Complementary color
Monochromatic Colors of #D49119
Black with #D49119
Text Example
Text Example
White with #D49119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49119; }
p { color: rgb(212,145,25); }
H1.HeaderClassName
{
color: #D49119;
}
.AnyTagClassName
{
color: #D49119;
}
</style>
background-color css
<style>
a { background-color: #D49119; }
a { background-color: rgb(212,145,25); }
div.DivClassName
{
background-color: #D49119;
}
.BgClassName
{
background-color: #D49119;
}
</style>
border-color css
<style>
span { border-color: #D49119; }
span { border-color: rgb(212,145,25); }
td.TdClassName
{
border-color: #D49119;
}
.TagClassName
{
border-color: #D49119;
}
</style>