Shades of Buttercup #D49F2F
Tints of Buttercup #D49F2F
RGB
CMYK
RGB Variations
Color information
#D49F2F (or 0xD49F2F) is known color: Buttercup. HEX triplet: D4, 9F and 2F. RGB value is (212,159,47). Sum of RGB (Red+Green+Blue) = 212+159+47=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49F2F is #2B60D0. Grayscale: #A2A2A2. Windows color (decimal): -2842833 or 3121108. OLE color: 3121108.
HSL color Cylindrical-coordinate representation of color #D49F2F: hue angle of 40.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D49F2F is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 47 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.17 |
| HSL | 40.73º | 0.66% | 0.51% | - |
| HSV(B) | 40.73º | 0.78% | 0.83% | - |
| XYZ | 40.06 | 39 | 8.11 | - |
| YUV | 162.08 | 63.06 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 47 | 0 | 0.25 | 0.78 | 0.17 | 40.73 | 0.66 | 0.51 |
| Hex | D4 | 9F | 2F | 0 | 19 | 4E | 11 | 29 | 42 | 33 |
| Octal | 324 | 237 | 57 | 0 | 31 | 116 | 21 | 51 | 102 | 63 |
| Binary | 11010100 | 10011111 | 101111 | 0 | 11001 | 1001110 | 10001 | 101001 | 1000010 | 110011 |
Color Harmonies of #D49F2F
Complementary color
Monochromatic Colors of #D49F2F
Black with #D49F2F
Text Example
Text Example
White with #D49F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49F2F; }
p { color: rgb(212,159,47); }
H1.HeaderClassName
{
color: #D49F2F;
}
.AnyTagClassName
{
color: #D49F2F;
}
</style>
background-color css
<style>
a { background-color: #D49F2F; }
a { background-color: rgb(212,159,47); }
div.DivClassName
{
background-color: #D49F2F;
}
.BgClassName
{
background-color: #D49F2F;
}
</style>
border-color css
<style>
span { border-color: #D49F2F; }
span { border-color: rgb(212,159,47); }
td.TdClassName
{
border-color: #D49F2F;
}
.TagClassName
{
border-color: #D49F2F;
}
</style>