Shades of Buttercup #D79C2F
Tints of Buttercup #D79C2F
RGB
CMYK
RGB Variations
Color information
#D79C2F (or 0xD79C2F) is known color: Buttercup. HEX triplet: D7, 9C and 2F. RGB value is (215,156,47). Sum of RGB (Red+Green+Blue) = 215+156+47=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79C2F is #2863D0. Grayscale: #A1A1A1. Windows color (decimal): -2646993 or 3120343. OLE color: 3120343.
HSL color Cylindrical-coordinate representation of color #D79C2F: hue angle of 38.93º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D79C2F is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 156 | 47 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.16 |
| HSL | 38.93º | 0.68% | 0.51% | - |
| HSV(B) | 38.93º | 0.78% | 0.84% | - |
| XYZ | 40.43 | 38.43 | 7.98 | - |
| YUV | 161.22 | 63.55 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 47 | 0 | 0.27 | 0.78 | 0.16 | 38.93 | 0.68 | 0.51 |
| Hex | D7 | 9C | 2F | 0 | 1B | 4E | 10 | 27 | 44 | 33 |
| Octal | 327 | 234 | 57 | 0 | 33 | 116 | 20 | 47 | 104 | 63 |
| Binary | 11010111 | 10011100 | 101111 | 0 | 11011 | 1001110 | 10000 | 100111 | 1000100 | 110011 |
Color Harmonies of #D79C2F
Complementary color
Monochromatic Colors of #D79C2F
Black with #D79C2F
Text Example
Text Example
White with #D79C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79C2F; }
p { color: rgb(215,156,47); }
H1.HeaderClassName
{
color: #D79C2F;
}
.AnyTagClassName
{
color: #D79C2F;
}
</style>
background-color css
<style>
a { background-color: #D79C2F; }
a { background-color: rgb(215,156,47); }
div.DivClassName
{
background-color: #D79C2F;
}
.BgClassName
{
background-color: #D79C2F;
}
</style>
border-color css
<style>
span { border-color: #D79C2F; }
span { border-color: rgb(215,156,47); }
td.TdClassName
{
border-color: #D79C2F;
}
.TagClassName
{
border-color: #D79C2F;
}
</style>