Shades of Buttercup #D79D31
Tints of Buttercup #D79D31
RGB
CMYK
RGB Variations
Color information
#D79D31 (or 0xD79D31) is known color: Buttercup. HEX triplet: D7, 9D and 31. RGB value is (215,157,49). Sum of RGB (Red+Green+Blue) = 215+157+49=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79D31 is #2862CE. Grayscale: #A2A2A2. Windows color (decimal): -2646735 or 3251671. OLE color: 3251671.
HSL color Cylindrical-coordinate representation of color #D79D31: hue angle of 39.04º 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 #D79D31 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 49 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.16 |
| HSL | 39.04º | 0.67% | 0.52% | - |
| HSV(B) | 39.04º | 0.77% | 0.84% | - |
| XYZ | 40.64 | 38.78 | 8.25 | - |
| YUV | 162.03 | 64.22 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 49 | 0 | 0.27 | 0.77 | 0.16 | 39.04 | 0.67 | 0.52 |
| Hex | D7 | 9D | 31 | 0 | 1B | 4D | 10 | 27 | 43 | 34 |
| Octal | 327 | 235 | 61 | 0 | 33 | 115 | 20 | 47 | 103 | 64 |
| Binary | 11010111 | 10011101 | 110001 | 0 | 11011 | 1001101 | 10000 | 100111 | 1000011 | 110100 |
Color Harmonies of #D79D31
Complementary color
Monochromatic Colors of #D79D31
Black with #D79D31
Text Example
Text Example
White with #D79D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D31; }
p { color: rgb(215,157,49); }
H1.HeaderClassName
{
color: #D79D31;
}
.AnyTagClassName
{
color: #D79D31;
}
</style>
background-color css
<style>
a { background-color: #D79D31; }
a { background-color: rgb(215,157,49); }
div.DivClassName
{
background-color: #D79D31;
}
.BgClassName
{
background-color: #D79D31;
}
</style>
border-color css
<style>
span { border-color: #D79D31; }
span { border-color: rgb(215,157,49); }
td.TdClassName
{
border-color: #D79D31;
}
.TagClassName
{
border-color: #D79D31;
}
</style>