Shades of Buttercup #D9931E
Tints of Buttercup #D9931E
RGB
CMYK
RGB Variations
Color information
#D9931E (or 0xD9931E) is known color: Buttercup. HEX triplet: D9, 93 and 1E. RGB value is (217,147,30). Sum of RGB (Red+Green+Blue) = 217+147+30=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9931E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9931E is #266CE1. Grayscale: #9B9B9B. Windows color (decimal): -2518242 or 2003929. OLE color: 2003929.
HSL color Cylindrical-coordinate representation of color #D9931E: hue angle of 37.54º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9931E is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 30 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.15 |
| HSL | 37.54º | 0.76% | 0.48% | - |
| HSV(B) | 37.54º | 0.86% | 0.85% | - |
| XYZ | 39.28 | 35.71 | 6.05 | - |
| YUV | 154.59 | 57.69 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 30 | 0 | 0.32 | 0.86 | 0.15 | 37.54 | 0.76 | 0.48 |
| Hex | D9 | 93 | 1E | 0 | 20 | 56 | F | 26 | 4C | 30 |
| Octal | 331 | 223 | 36 | 0 | 40 | 126 | 17 | 46 | 114 | 60 |
| Binary | 11011001 | 10010011 | 11110 | 0 | 100000 | 1010110 | 1111 | 100110 | 1001100 | 110000 |
Color Harmonies of #D9931E
Complementary color
Monochromatic Colors of #D9931E
Black with #D9931E
Text Example
Text Example
White with #D9931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9931E; }
p { color: rgb(217,147,30); }
H1.HeaderClassName
{
color: #D9931E;
}
.AnyTagClassName
{
color: #D9931E;
}
</style>
background-color css
<style>
a { background-color: #D9931E; }
a { background-color: rgb(217,147,30); }
div.DivClassName
{
background-color: #D9931E;
}
.BgClassName
{
background-color: #D9931E;
}
</style>
border-color css
<style>
span { border-color: #D9931E; }
span { border-color: rgb(217,147,30); }
td.TdClassName
{
border-color: #D9931E;
}
.TagClassName
{
border-color: #D9931E;
}
</style>