Shades of Buttercup #D49619
Tints of Buttercup #D49619
RGB
CMYK
RGB Variations
Color information
#D49619 (or 0xD49619) is known color: Buttercup. HEX triplet: D4, 96 and 19. RGB value is (212,150,25). Sum of RGB (Red+Green+Blue) = 212+150+25=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D49619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49619 is #2B69E6. Grayscale: #9A9A9A. Windows color (decimal): -2845159 or 1677012. OLE color: 1677012.
HSL color Cylindrical-coordinate representation of color #D49619: hue angle of 40.11º 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 #D49619 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 25 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.17 |
| HSL | 40.11º | 0.79% | 0.46% | - |
| HSV(B) | 40.11º | 0.88% | 0.83% | - |
| XYZ | 38.23 | 35.88 | 5.83 | - |
| YUV | 154.29 | 55.04 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 25 | 0 | 0.29 | 0.88 | 0.17 | 40.11 | 0.79 | 0.46 |
| Hex | D4 | 96 | 19 | 0 | 1D | 58 | 11 | 28 | 4F | 2E |
| Octal | 324 | 226 | 31 | 0 | 35 | 130 | 21 | 50 | 117 | 56 |
| Binary | 11010100 | 10010110 | 11001 | 0 | 11101 | 1011000 | 10001 | 101000 | 1001111 | 101110 |
Color Harmonies of #D49619
Complementary color
Monochromatic Colors of #D49619
Black with #D49619
Text Example
Text Example
White with #D49619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49619; }
p { color: rgb(212,150,25); }
H1.HeaderClassName
{
color: #D49619;
}
.AnyTagClassName
{
color: #D49619;
}
</style>
background-color css
<style>
a { background-color: #D49619; }
a { background-color: rgb(212,150,25); }
div.DivClassName
{
background-color: #D49619;
}
.BgClassName
{
background-color: #D49619;
}
</style>
border-color css
<style>
span { border-color: #D49619; }
span { border-color: rgb(212,150,25); }
td.TdClassName
{
border-color: #D49619;
}
.TagClassName
{
border-color: #D49619;
}
</style>