Shades of Buttercup #D79C2E
Tints of Buttercup #D79C2E
RGB
CMYK
RGB Variations
Color information
#D79C2E (or 0xD79C2E) is known color: Buttercup. HEX triplet: D7, 9C and 2E. RGB value is (215,156,46). Sum of RGB (Red+Green+Blue) = 215+156+46=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79C2E is #2863D1. Grayscale: #A1A1A1. Windows color (decimal): -2646994 or 3054807. OLE color: 3054807.
HSL color Cylindrical-coordinate representation of color #D79C2E: hue angle of 39.05º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D79C2E is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 156 | 46 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.16 |
| HSL | 39.05º | 0.68% | 0.51% | - |
| HSV(B) | 39.05º | 0.79% | 0.84% | - |
| XYZ | 40.41 | 38.42 | 7.87 | - |
| YUV | 161.1 | 63.05 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 46 | 0 | 0.27 | 0.79 | 0.16 | 39.05 | 0.68 | 0.51 |
| Hex | D7 | 9C | 2E | 0 | 1B | 4F | 10 | 27 | 44 | 33 |
| Octal | 327 | 234 | 56 | 0 | 33 | 117 | 20 | 47 | 104 | 63 |
| Binary | 11010111 | 10011100 | 101110 | 0 | 11011 | 1001111 | 10000 | 100111 | 1000100 | 110011 |
Color Harmonies of #D79C2E
Complementary color
Monochromatic Colors of #D79C2E
Black with #D79C2E
Text Example
Text Example
White with #D79C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79C2E; }
p { color: rgb(215,156,46); }
H1.HeaderClassName
{
color: #D79C2E;
}
.AnyTagClassName
{
color: #D79C2E;
}
</style>
background-color css
<style>
a { background-color: #D79C2E; }
a { background-color: rgb(215,156,46); }
div.DivClassName
{
background-color: #D79C2E;
}
.BgClassName
{
background-color: #D79C2E;
}
</style>
border-color css
<style>
span { border-color: #D79C2E; }
span { border-color: rgb(215,156,46); }
td.TdClassName
{
border-color: #D79C2E;
}
.TagClassName
{
border-color: #D79C2E;
}
</style>