Shades of Buttercup #D79221
Tints of Buttercup #D79221
RGB
CMYK
RGB Variations
Color information
#D79221 (or 0xD79221) is known color: Buttercup. HEX triplet: D7, 92 and 21. RGB value is (215,146,33). Sum of RGB (Red+Green+Blue) = 215+146+33=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D79221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79221 is #286DDE. Grayscale: #9A9A9A. Windows color (decimal): -2649567 or 2200279. OLE color: 2200279.
HSL color Cylindrical-coordinate representation of color #D79221: hue angle of 37.25º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D79221 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 33 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.16 |
| HSL | 37.25º | 0.73% | 0.49% | - |
| HSV(B) | 37.25º | 0.85% | 0.84% | - |
| XYZ | 38.58 | 35.11 | 6.18 | - |
| YUV | 153.75 | 59.86 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 33 | 0 | 0.32 | 0.85 | 0.16 | 37.25 | 0.73 | 0.49 |
| Hex | D7 | 92 | 21 | 0 | 20 | 55 | 10 | 25 | 49 | 31 |
| Octal | 327 | 222 | 41 | 0 | 40 | 125 | 20 | 45 | 111 | 61 |
| Binary | 11010111 | 10010010 | 100001 | 0 | 100000 | 1010101 | 10000 | 100101 | 1001001 | 110001 |
Color Harmonies of #D79221
Complementary color
Monochromatic Colors of #D79221
Black with #D79221
Text Example
Text Example
White with #D79221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79221; }
p { color: rgb(215,146,33); }
H1.HeaderClassName
{
color: #D79221;
}
.AnyTagClassName
{
color: #D79221;
}
</style>
background-color css
<style>
a { background-color: #D79221; }
a { background-color: rgb(215,146,33); }
div.DivClassName
{
background-color: #D79221;
}
.BgClassName
{
background-color: #D79221;
}
</style>
border-color css
<style>
span { border-color: #D79221; }
span { border-color: rgb(215,146,33); }
td.TdClassName
{
border-color: #D79221;
}
.TagClassName
{
border-color: #D79221;
}
</style>