Shades of Buttercup #D49019
Tints of Buttercup #D49019
RGB
CMYK
RGB Variations
Color information
#D49019 (or 0xD49019) is known color: Buttercup. HEX triplet: D4, 90 and 19. RGB value is (212,144,25). Sum of RGB (Red+Green+Blue) = 212+144+25=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D49019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49019 is #2B6FE6. Grayscale: #979797. Windows color (decimal): -2846695 or 1675476. OLE color: 1675476.
HSL color Cylindrical-coordinate representation of color #D49019: hue angle of 38.18º 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 #D49019 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 25 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.17 |
| HSL | 38.18º | 0.79% | 0.46% | - |
| HSV(B) | 38.18º | 0.88% | 0.83% | - |
| XYZ | 37.3 | 34.01 | 5.52 | - |
| YUV | 150.77 | 57.03 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 25 | 0 | 0.32 | 0.88 | 0.17 | 38.18 | 0.79 | 0.46 |
| Hex | D4 | 90 | 19 | 0 | 20 | 58 | 11 | 26 | 4F | 2E |
| Octal | 324 | 220 | 31 | 0 | 40 | 130 | 21 | 46 | 117 | 56 |
| Binary | 11010100 | 10010000 | 11001 | 0 | 100000 | 1011000 | 10001 | 100110 | 1001111 | 101110 |
Color Harmonies of #D49019
Complementary color
Monochromatic Colors of #D49019
Black with #D49019
Text Example
Text Example
White with #D49019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49019; }
p { color: rgb(212,144,25); }
H1.HeaderClassName
{
color: #D49019;
}
.AnyTagClassName
{
color: #D49019;
}
</style>
background-color css
<style>
a { background-color: #D49019; }
a { background-color: rgb(212,144,25); }
div.DivClassName
{
background-color: #D49019;
}
.BgClassName
{
background-color: #D49019;
}
</style>
border-color css
<style>
span { border-color: #D49019; }
span { border-color: rgb(212,144,25); }
td.TdClassName
{
border-color: #D49019;
}
.TagClassName
{
border-color: #D49019;
}
</style>