Shades of Buttercup #D79C2A
Tints of Buttercup #D79C2A
RGB
CMYK
RGB Variations
Color information
#D79C2A (or 0xD79C2A) is known color: Buttercup. HEX triplet: D7, 9C and 2A. RGB value is (215,156,42). Sum of RGB (Red+Green+Blue) = 215+156+42=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79C2A is #2863D5. Grayscale: #A1A1A1. Windows color (decimal): -2646998 or 2792663. OLE color: 2792663.
HSL color Cylindrical-coordinate representation of color #D79C2A: hue angle of 39.54º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D79C2A is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 156 | 42 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.16 |
| HSL | 39.54º | 0.68% | 0.5% | - |
| HSV(B) | 39.54º | 0.8% | 0.84% | - |
| XYZ | 40.33 | 38.39 | 7.48 | - |
| YUV | 160.65 | 61.05 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 42 | 0 | 0.27 | 0.80 | 0.16 | 39.54 | 0.68 | 0.5 |
| Hex | D7 | 9C | 2A | 0 | 1B | 50 | 10 | 28 | 44 | 32 |
| Octal | 327 | 234 | 52 | 0 | 33 | 120 | 20 | 50 | 104 | 62 |
| Binary | 11010111 | 10011100 | 101010 | 0 | 11011 | 1010000 | 10000 | 101000 | 1000100 | 110010 |
Color Harmonies of #D79C2A
Complementary color
Monochromatic Colors of #D79C2A
Black with #D79C2A
Text Example
Text Example
White with #D79C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79C2A; }
p { color: rgb(215,156,42); }
H1.HeaderClassName
{
color: #D79C2A;
}
.AnyTagClassName
{
color: #D79C2A;
}
</style>
background-color css
<style>
a { background-color: #D79C2A; }
a { background-color: rgb(215,156,42); }
div.DivClassName
{
background-color: #D79C2A;
}
.BgClassName
{
background-color: #D79C2A;
}
</style>
border-color css
<style>
span { border-color: #D79C2A; }
span { border-color: rgb(215,156,42); }
td.TdClassName
{
border-color: #D79C2A;
}
.TagClassName
{
border-color: #D79C2A;
}
</style>