Shades of Buttercup #D7A033
Tints of Buttercup #D7A033
RGB
CMYK
RGB Variations
Color information
#D7A033 (or 0xD7A033) is known color: Buttercup. HEX triplet: D7, A0 and 33. RGB value is (215,160,51). Sum of RGB (Red+Green+Blue) = 215+160+51=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A033 is #285FCC. Grayscale: #A4A4A4. Windows color (decimal): -2645965 or 3383511. OLE color: 3383511.
HSL color Cylindrical-coordinate representation of color #D7A033: hue angle of 39.88º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7A033 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 51 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.16 |
| HSL | 39.88º | 0.67% | 0.52% | - |
| HSV(B) | 39.88º | 0.76% | 0.84% | - |
| XYZ | 41.19 | 39.83 | 8.65 | - |
| YUV | 164.02 | 64.22 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 51 | 0 | 0.26 | 0.76 | 0.16 | 39.88 | 0.67 | 0.52 |
| Hex | D7 | A0 | 33 | 0 | 1A | 4C | 10 | 28 | 43 | 34 |
| Octal | 327 | 240 | 63 | 0 | 32 | 114 | 20 | 50 | 103 | 64 |
| Binary | 11010111 | 10100000 | 110011 | 0 | 11010 | 1001100 | 10000 | 101000 | 1000011 | 110100 |
Color Harmonies of #D7A033
Complementary color
Monochromatic Colors of #D7A033
Black with #D7A033
Text Example
Text Example
White with #D7A033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A033; }
p { color: rgb(215,160,51); }
H1.HeaderClassName
{
color: #D7A033;
}
.AnyTagClassName
{
color: #D7A033;
}
</style>
background-color css
<style>
a { background-color: #D7A033; }
a { background-color: rgb(215,160,51); }
div.DivClassName
{
background-color: #D7A033;
}
.BgClassName
{
background-color: #D7A033;
}
</style>
border-color css
<style>
span { border-color: #D7A033; }
span { border-color: rgb(215,160,51); }
td.TdClassName
{
border-color: #D7A033;
}
.TagClassName
{
border-color: #D7A033;
}
</style>