Shades of Buttercup #D49A30
Tints of Buttercup #D49A30
RGB
CMYK
RGB Variations
Color information
#D49A30 (or 0xD49A30) is known color: Buttercup. HEX triplet: D4, 9A and 30. RGB value is (212,154,48). Sum of RGB (Red+Green+Blue) = 212+154+48=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49A30 is #2B65CF. Grayscale: #9F9F9F. Windows color (decimal): -2844112 or 3185364. OLE color: 3185364.
HSL color Cylindrical-coordinate representation of color #D49A30: hue angle of 38.78º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D49A30 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 48 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.17 |
| HSL | 38.78º | 0.66% | 0.51% | - |
| HSV(B) | 38.78º | 0.77% | 0.83% | - |
| XYZ | 39.24 | 37.32 | 7.93 | - |
| YUV | 159.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 48 | 0 | 0.27 | 0.77 | 0.17 | 38.78 | 0.66 | 0.51 |
| Hex | D4 | 9A | 30 | 0 | 1B | 4D | 11 | 27 | 42 | 33 |
| Octal | 324 | 232 | 60 | 0 | 33 | 115 | 21 | 47 | 102 | 63 |
| Binary | 11010100 | 10011010 | 110000 | 0 | 11011 | 1001101 | 10001 | 100111 | 1000010 | 110011 |
Color Harmonies of #D49A30
Complementary color
Monochromatic Colors of #D49A30
Black with #D49A30
Text Example
Text Example
White with #D49A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49A30; }
p { color: rgb(212,154,48); }
H1.HeaderClassName
{
color: #D49A30;
}
.AnyTagClassName
{
color: #D49A30;
}
</style>
background-color css
<style>
a { background-color: #D49A30; }
a { background-color: rgb(212,154,48); }
div.DivClassName
{
background-color: #D49A30;
}
.BgClassName
{
background-color: #D49A30;
}
</style>
border-color css
<style>
span { border-color: #D49A30; }
span { border-color: rgb(212,154,48); }
td.TdClassName
{
border-color: #D49A30;
}
.TagClassName
{
border-color: #D49A30;
}
</style>