Shades of Buttercup #D79B32
Tints of Buttercup #D79B32
RGB
CMYK
RGB Variations
Color information
#D79B32 (or 0xD79B32) is known color: Buttercup. HEX triplet: D7, 9B and 32. RGB value is (215,155,50). Sum of RGB (Red+Green+Blue) = 215+155+50=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79B32 is #2864CD. Grayscale: #A1A1A1. Windows color (decimal): -2647246 or 3316695. OLE color: 3316695.
HSL color Cylindrical-coordinate representation of color #D79B32: hue angle of 38.18º 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 #D79B32 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 50 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.16 |
| HSL | 38.18º | 0.67% | 0.52% | - |
| HSV(B) | 38.18º | 0.77% | 0.84% | - |
| XYZ | 40.32 | 38.12 | 8.25 | - |
| YUV | 160.97 | 65.38 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 50 | 0 | 0.28 | 0.77 | 0.16 | 38.18 | 0.67 | 0.52 |
| Hex | D7 | 9B | 32 | 0 | 1C | 4D | 10 | 26 | 43 | 34 |
| Octal | 327 | 233 | 62 | 0 | 34 | 115 | 20 | 46 | 103 | 64 |
| Binary | 11010111 | 10011011 | 110010 | 0 | 11100 | 1001101 | 10000 | 100110 | 1000011 | 110100 |
Color Harmonies of #D79B32
Complementary color
Monochromatic Colors of #D79B32
Black with #D79B32
Text Example
Text Example
White with #D79B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79B32; }
p { color: rgb(215,155,50); }
H1.HeaderClassName
{
color: #D79B32;
}
.AnyTagClassName
{
color: #D79B32;
}
</style>
background-color css
<style>
a { background-color: #D79B32; }
a { background-color: rgb(215,155,50); }
div.DivClassName
{
background-color: #D79B32;
}
.BgClassName
{
background-color: #D79B32;
}
</style>
border-color css
<style>
span { border-color: #D79B32; }
span { border-color: rgb(215,155,50); }
td.TdClassName
{
border-color: #D79B32;
}
.TagClassName
{
border-color: #D79B32;
}
</style>