Shades of Buttercup #D4A032
Tints of Buttercup #D4A032
RGB
CMYK
RGB Variations
Color information
#D4A032 (or 0xD4A032) is known color: Buttercup. HEX triplet: D4, A0 and 32. RGB value is (212,160,50). Sum of RGB (Red+Green+Blue) = 212+160+50=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A032 is #2B5FCD. Grayscale: #A3A3A3. Windows color (decimal): -2842574 or 3317972. OLE color: 3317972.
HSL color Cylindrical-coordinate representation of color #D4A032: hue angle of 40.74º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4A032 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 50 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.17 |
| HSL | 40.74º | 0.65% | 0.51% | - |
| HSV(B) | 40.74º | 0.76% | 0.83% | - |
| XYZ | 40.3 | 39.37 | 8.49 | - |
| YUV | 163.01 | 64.23 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 50 | 0 | 0.25 | 0.76 | 0.17 | 40.74 | 0.65 | 0.51 |
| Hex | D4 | A0 | 32 | 0 | 19 | 4C | 11 | 29 | 41 | 33 |
| Octal | 324 | 240 | 62 | 0 | 31 | 114 | 21 | 51 | 101 | 63 |
| Binary | 11010100 | 10100000 | 110010 | 0 | 11001 | 1001100 | 10001 | 101001 | 1000001 | 110011 |
Color Harmonies of #D4A032
Complementary color
Monochromatic Colors of #D4A032
Black with #D4A032
Text Example
Text Example
White with #D4A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A032; }
p { color: rgb(212,160,50); }
H1.HeaderClassName
{
color: #D4A032;
}
.AnyTagClassName
{
color: #D4A032;
}
</style>
background-color css
<style>
a { background-color: #D4A032; }
a { background-color: rgb(212,160,50); }
div.DivClassName
{
background-color: #D4A032;
}
.BgClassName
{
background-color: #D4A032;
}
</style>
border-color css
<style>
span { border-color: #D4A032; }
span { border-color: rgb(212,160,50); }
td.TdClassName
{
border-color: #D4A032;
}
.TagClassName
{
border-color: #D4A032;
}
</style>