Shades of Buttercup #D79320
Tints of Buttercup #D79320
RGB
CMYK
RGB Variations
Color information
#D79320 (or 0xD79320) is known color: Buttercup. HEX triplet: D7, 93 and 20. RGB value is (215,147,32). Sum of RGB (Red+Green+Blue) = 215+147+32=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D79320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79320 is #286CDF. Grayscale: #9A9A9A. Windows color (decimal): -2649312 or 2134999. OLE color: 2134999.
HSL color Cylindrical-coordinate representation of color #D79320: hue angle of 37.7º 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 #D79320 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 32 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.16 |
| HSL | 37.7º | 0.74% | 0.48% | - |
| HSV(B) | 37.7º | 0.85% | 0.84% | - |
| XYZ | 38.72 | 35.42 | 6.16 | - |
| YUV | 154.22 | 59.03 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 32 | 0 | 0.32 | 0.85 | 0.16 | 37.7 | 0.74 | 0.48 |
| Hex | D7 | 93 | 20 | 0 | 20 | 55 | 10 | 26 | 4A | 30 |
| Octal | 327 | 223 | 40 | 0 | 40 | 125 | 20 | 46 | 112 | 60 |
| Binary | 11010111 | 10010011 | 100000 | 0 | 100000 | 1010101 | 10000 | 100110 | 1001010 | 110000 |
Color Harmonies of #D79320
Complementary color
Monochromatic Colors of #D79320
Black with #D79320
Text Example
Text Example
White with #D79320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79320; }
p { color: rgb(215,147,32); }
H1.HeaderClassName
{
color: #D79320;
}
.AnyTagClassName
{
color: #D79320;
}
</style>
background-color css
<style>
a { background-color: #D79320; }
a { background-color: rgb(215,147,32); }
div.DivClassName
{
background-color: #D79320;
}
.BgClassName
{
background-color: #D79320;
}
</style>
border-color css
<style>
span { border-color: #D79320; }
span { border-color: rgb(215,147,32); }
td.TdClassName
{
border-color: #D79320;
}
.TagClassName
{
border-color: #D79320;
}
</style>