Shades of Buttercup #D79220
Tints of Buttercup #D79220
RGB
CMYK
RGB Variations
Color information
#D79220 (or 0xD79220) is known color: Buttercup. HEX triplet: D7, 92 and 20. RGB value is (215,146,32). Sum of RGB (Red+Green+Blue) = 215+146+32=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D79220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79220 is #286DDF. Grayscale: #9A9A9A. Windows color (decimal): -2649568 or 2134743. OLE color: 2134743.
HSL color Cylindrical-coordinate representation of color #D79220: hue angle of 37.38º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D79220 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 32 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.16 |
| HSL | 37.38º | 0.74% | 0.48% | - |
| HSV(B) | 37.38º | 0.85% | 0.84% | - |
| XYZ | 38.56 | 35.11 | 6.11 | - |
| YUV | 153.64 | 59.36 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 32 | 0 | 0.32 | 0.85 | 0.16 | 37.38 | 0.74 | 0.48 |
| Hex | D7 | 92 | 20 | 0 | 20 | 55 | 10 | 25 | 4A | 30 |
| Octal | 327 | 222 | 40 | 0 | 40 | 125 | 20 | 45 | 112 | 60 |
| Binary | 11010111 | 10010010 | 100000 | 0 | 100000 | 1010101 | 10000 | 100101 | 1001010 | 110000 |
Color Harmonies of #D79220
Complementary color
Monochromatic Colors of #D79220
Black with #D79220
Text Example
Text Example
White with #D79220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79220; }
p { color: rgb(215,146,32); }
H1.HeaderClassName
{
color: #D79220;
}
.AnyTagClassName
{
color: #D79220;
}
</style>
background-color css
<style>
a { background-color: #D79220; }
a { background-color: rgb(215,146,32); }
div.DivClassName
{
background-color: #D79220;
}
.BgClassName
{
background-color: #D79220;
}
</style>
border-color css
<style>
span { border-color: #D79220; }
span { border-color: rgb(215,146,32); }
td.TdClassName
{
border-color: #D79220;
}
.TagClassName
{
border-color: #D79220;
}
</style>