Shades of Buttercup #D79A1D
Tints of Buttercup #D79A1D
RGB
CMYK
RGB Variations
Color information
#D79A1D (or 0xD79A1D) is known color: Buttercup. HEX triplet: D7, 9A and 1D. RGB value is (215,154,29). Sum of RGB (Red+Green+Blue) = 215+154+29=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79A1D is #2865E2. Grayscale: #9E9E9E. Windows color (decimal): -2647523 or 1940183. OLE color: 1940183.
HSL color Cylindrical-coordinate representation of color #D79A1D: hue angle of 40.32º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D79A1D is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 29 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.16 |
| HSL | 40.32º | 0.76% | 0.48% | - |
| HSV(B) | 40.32º | 0.87% | 0.84% | - |
| XYZ | 39.8 | 37.65 | 6.33 | - |
| YUV | 157.99 | 55.21 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 29 | 0 | 0.28 | 0.87 | 0.16 | 40.32 | 0.76 | 0.48 |
| Hex | D7 | 9A | 1D | 0 | 1C | 57 | 10 | 28 | 4C | 30 |
| Octal | 327 | 232 | 35 | 0 | 34 | 127 | 20 | 50 | 114 | 60 |
| Binary | 11010111 | 10011010 | 11101 | 0 | 11100 | 1010111 | 10000 | 101000 | 1001100 | 110000 |
Color Harmonies of #D79A1D
Complementary color
Monochromatic Colors of #D79A1D
Black with #D79A1D
Text Example
Text Example
White with #D79A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A1D; }
p { color: rgb(215,154,29); }
H1.HeaderClassName
{
color: #D79A1D;
}
.AnyTagClassName
{
color: #D79A1D;
}
</style>
background-color css
<style>
a { background-color: #D79A1D; }
a { background-color: rgb(215,154,29); }
div.DivClassName
{
background-color: #D79A1D;
}
.BgClassName
{
background-color: #D79A1D;
}
</style>
border-color css
<style>
span { border-color: #D79A1D; }
span { border-color: rgb(215,154,29); }
td.TdClassName
{
border-color: #D79A1D;
}
.TagClassName
{
border-color: #D79A1D;
}
</style>