Shades of Buttercup #D79C28
Tints of Buttercup #D79C28
RGB
CMYK
RGB Variations
Color information
#D79C28 (or 0xD79C28) is known color: Buttercup. HEX triplet: D7, 9C and 28. RGB value is (215,156,40). Sum of RGB (Red+Green+Blue) = 215+156+40=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79C28 is #2863D7. Grayscale: #A0A0A0. Windows color (decimal): -2647000 or 2661591. OLE color: 2661591.
HSL color Cylindrical-coordinate representation of color #D79C28: hue angle of 39.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D79C28 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 156 | 40 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.16 |
| HSL | 39.77º | 0.69% | 0.5% | - |
| HSV(B) | 39.77º | 0.81% | 0.84% | - |
| XYZ | 40.3 | 38.38 | 7.29 | - |
| YUV | 160.42 | 60.05 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 40 | 0 | 0.27 | 0.81 | 0.16 | 39.77 | 0.69 | 0.5 |
| Hex | D7 | 9C | 28 | 0 | 1B | 51 | 10 | 28 | 45 | 32 |
| Octal | 327 | 234 | 50 | 0 | 33 | 121 | 20 | 50 | 105 | 62 |
| Binary | 11010111 | 10011100 | 101000 | 0 | 11011 | 1010001 | 10000 | 101000 | 1000101 | 110010 |
Color Harmonies of #D79C28
Complementary color
Monochromatic Colors of #D79C28
Black with #D79C28
Text Example
Text Example
White with #D79C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79C28; }
p { color: rgb(215,156,40); }
H1.HeaderClassName
{
color: #D79C28;
}
.AnyTagClassName
{
color: #D79C28;
}
</style>
background-color css
<style>
a { background-color: #D79C28; }
a { background-color: rgb(215,156,40); }
div.DivClassName
{
background-color: #D79C28;
}
.BgClassName
{
background-color: #D79C28;
}
</style>
border-color css
<style>
span { border-color: #D79C28; }
span { border-color: rgb(215,156,40); }
td.TdClassName
{
border-color: #D79C28;
}
.TagClassName
{
border-color: #D79C28;
}
</style>