Shades of Buttercup #D7A032
Tints of Buttercup #D7A032
RGB
CMYK
RGB Variations
Color information
#D7A032 (or 0xD7A032) is known color: Buttercup. HEX triplet: D7, A0 and 32. RGB value is (215,160,50). Sum of RGB (Red+Green+Blue) = 215+160+50=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A032 is #285FCD. Grayscale: #A4A4A4. Windows color (decimal): -2645966 or 3317975. OLE color: 3317975.
HSL color Cylindrical-coordinate representation of color #D7A032: hue angle of 40º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7A032 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 50 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.16 |
| HSL | 40º | 0.67% | 0.52% | - |
| HSV(B) | 40º | 0.77% | 0.84% | - |
| XYZ | 41.17 | 39.82 | 8.53 | - |
| YUV | 163.91 | 63.72 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 50 | 0 | 0.26 | 0.77 | 0.16 | 40 | 0.67 | 0.52 |
| Hex | D7 | A0 | 32 | 0 | 1A | 4D | 10 | 28 | 43 | 34 |
| Octal | 327 | 240 | 62 | 0 | 32 | 115 | 20 | 50 | 103 | 64 |
| Binary | 11010111 | 10100000 | 110010 | 0 | 11010 | 1001101 | 10000 | 101000 | 1000011 | 110100 |
Color Harmonies of #D7A032
Complementary color
Monochromatic Colors of #D7A032
Black with #D7A032
Text Example
Text Example
White with #D7A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A032; }
p { color: rgb(215,160,50); }
H1.HeaderClassName
{
color: #D7A032;
}
.AnyTagClassName
{
color: #D7A032;
}
</style>
background-color css
<style>
a { background-color: #D7A032; }
a { background-color: rgb(215,160,50); }
div.DivClassName
{
background-color: #D7A032;
}
.BgClassName
{
background-color: #D7A032;
}
</style>
border-color css
<style>
span { border-color: #D7A032; }
span { border-color: rgb(215,160,50); }
td.TdClassName
{
border-color: #D7A032;
}
.TagClassName
{
border-color: #D7A032;
}
</style>