Shades of Buttercup #D49A2C
Tints of Buttercup #D49A2C
RGB
CMYK
RGB Variations
Color information
#D49A2C (or 0xD49A2C) is known color: Buttercup. HEX triplet: D4, 9A and 2C. RGB value is (212,154,44). Sum of RGB (Red+Green+Blue) = 212+154+44=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49A2C is #2B65D3. Grayscale: #9F9F9F. Windows color (decimal): -2844116 or 2923220. OLE color: 2923220.
HSL color Cylindrical-coordinate representation of color #D49A2C: hue angle of 39.29º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D49A2C is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 44 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.17 |
| HSL | 39.29º | 0.66% | 0.5% | - |
| HSV(B) | 39.29º | 0.79% | 0.83% | - |
| XYZ | 39.16 | 37.29 | 7.52 | - |
| YUV | 158.8 | 63.22 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 44 | 0 | 0.27 | 0.79 | 0.17 | 39.29 | 0.66 | 0.5 |
| Hex | D4 | 9A | 2C | 0 | 1B | 4F | 11 | 27 | 42 | 32 |
| Octal | 324 | 232 | 54 | 0 | 33 | 117 | 21 | 47 | 102 | 62 |
| Binary | 11010100 | 10011010 | 101100 | 0 | 11011 | 1001111 | 10001 | 100111 | 1000010 | 110010 |
Color Harmonies of #D49A2C
Complementary color
Monochromatic Colors of #D49A2C
Black with #D49A2C
Text Example
Text Example
White with #D49A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49A2C; }
p { color: rgb(212,154,44); }
H1.HeaderClassName
{
color: #D49A2C;
}
.AnyTagClassName
{
color: #D49A2C;
}
</style>
background-color css
<style>
a { background-color: #D49A2C; }
a { background-color: rgb(212,154,44); }
div.DivClassName
{
background-color: #D49A2C;
}
.BgClassName
{
background-color: #D49A2C;
}
</style>
border-color css
<style>
span { border-color: #D49A2C; }
span { border-color: rgb(212,154,44); }
td.TdClassName
{
border-color: #D49A2C;
}
.TagClassName
{
border-color: #D49A2C;
}
</style>