Shades of Buttercup #D79A2C
Tints of Buttercup #D79A2C
RGB
CMYK
RGB Variations
Color information
#D79A2C (or 0xD79A2C) is known color: Buttercup. HEX triplet: D7, 9A and 2C. RGB value is (215,154,44). Sum of RGB (Red+Green+Blue) = 215+154+44=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79A2C is #2865D3. Grayscale: #A0A0A0. Windows color (decimal): -2647508 or 2923223. OLE color: 2923223.
HSL color Cylindrical-coordinate representation of color #D79A2C: hue angle of 38.6º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D79A2C is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 44 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.16 |
| HSL | 38.6º | 0.68% | 0.51% | - |
| HSV(B) | 38.6º | 0.8% | 0.84% | - |
| XYZ | 40.03 | 37.74 | 7.56 | - |
| YUV | 159.7 | 62.71 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 44 | 0 | 0.28 | 0.80 | 0.16 | 38.6 | 0.68 | 0.51 |
| Hex | D7 | 9A | 2C | 0 | 1C | 50 | 10 | 27 | 44 | 33 |
| Octal | 327 | 232 | 54 | 0 | 34 | 120 | 20 | 47 | 104 | 63 |
| Binary | 11010111 | 10011010 | 101100 | 0 | 11100 | 1010000 | 10000 | 100111 | 1000100 | 110011 |
Color Harmonies of #D79A2C
Complementary color
Monochromatic Colors of #D79A2C
Black with #D79A2C
Text Example
Text Example
White with #D79A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A2C; }
p { color: rgb(215,154,44); }
H1.HeaderClassName
{
color: #D79A2C;
}
.AnyTagClassName
{
color: #D79A2C;
}
</style>
background-color css
<style>
a { background-color: #D79A2C; }
a { background-color: rgb(215,154,44); }
div.DivClassName
{
background-color: #D79A2C;
}
.BgClassName
{
background-color: #D79A2C;
}
</style>
border-color css
<style>
span { border-color: #D79A2C; }
span { border-color: rgb(215,154,44); }
td.TdClassName
{
border-color: #D79A2C;
}
.TagClassName
{
border-color: #D79A2C;
}
</style>