Shades of Buttercup #D79E2A
Tints of Buttercup #D79E2A
RGB
CMYK
RGB Variations
Color information
#D79E2A (or 0xD79E2A) is known color: Buttercup. HEX triplet: D7, 9E and 2A. RGB value is (215,158,42). Sum of RGB (Red+Green+Blue) = 215+158+42=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D79E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79E2A is #2861D5. Grayscale: #A2A2A2. Windows color (decimal): -2646486 or 2793175. OLE color: 2793175.
HSL color Cylindrical-coordinate representation of color #D79E2A: hue angle of 40.23º 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 #D79E2A is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 158 | 42 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.16 |
| HSL | 40.23º | 0.68% | 0.5% | - |
| HSV(B) | 40.23º | 0.8% | 0.84% | - |
| XYZ | 40.67 | 39.07 | 7.59 | - |
| YUV | 161.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 42 | 0 | 0.27 | 0.80 | 0.16 | 40.23 | 0.68 | 0.5 |
| Hex | D7 | 9E | 2A | 0 | 1B | 50 | 10 | 28 | 44 | 32 |
| Octal | 327 | 236 | 52 | 0 | 33 | 120 | 20 | 50 | 104 | 62 |
| Binary | 11010111 | 10011110 | 101010 | 0 | 11011 | 1010000 | 10000 | 101000 | 1000100 | 110010 |
Color Harmonies of #D79E2A
Complementary color
Monochromatic Colors of #D79E2A
Black with #D79E2A
Text Example
Text Example
White with #D79E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79E2A; }
p { color: rgb(215,158,42); }
H1.HeaderClassName
{
color: #D79E2A;
}
.AnyTagClassName
{
color: #D79E2A;
}
</style>
background-color css
<style>
a { background-color: #D79E2A; }
a { background-color: rgb(215,158,42); }
div.DivClassName
{
background-color: #D79E2A;
}
.BgClassName
{
background-color: #D79E2A;
}
</style>
border-color css
<style>
span { border-color: #D79E2A; }
span { border-color: rgb(215,158,42); }
td.TdClassName
{
border-color: #D79E2A;
}
.TagClassName
{
border-color: #D79E2A;
}
</style>