Shades of Buttercup #D99F31
Tints of Buttercup #D99F31
RGB
CMYK
RGB Variations
Color information
#D99F31 (or 0xD99F31) is known color: Buttercup. HEX triplet: D9, 9F and 31. RGB value is (217,159,49). Sum of RGB (Red+Green+Blue) = 217+159+49=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F31 is #2660CE. Grayscale: #A4A4A4. Windows color (decimal): -2515151 or 3252185. OLE color: 3252185.
HSL color Cylindrical-coordinate representation of color #D99F31: hue angle of 39.29º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D99F31 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 49 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.15 |
| HSL | 39.29º | 0.69% | 0.52% | - |
| HSV(B) | 39.29º | 0.77% | 0.85% | - |
| XYZ | 41.57 | 39.77 | 8.39 | - |
| YUV | 163.8 | 63.22 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 49 | 0 | 0.27 | 0.77 | 0.15 | 39.29 | 0.69 | 0.52 |
| Hex | D9 | 9F | 31 | 0 | 1B | 4D | F | 27 | 45 | 34 |
| Octal | 331 | 237 | 61 | 0 | 33 | 115 | 17 | 47 | 105 | 64 |
| Binary | 11011001 | 10011111 | 110001 | 0 | 11011 | 1001101 | 1111 | 100111 | 1000101 | 110100 |
Color Harmonies of #D99F31
Complementary color
Monochromatic Colors of #D99F31
Black with #D99F31
Text Example
Text Example
White with #D99F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99F31; }
p { color: rgb(217,159,49); }
H1.HeaderClassName
{
color: #D99F31;
}
.AnyTagClassName
{
color: #D99F31;
}
</style>
background-color css
<style>
a { background-color: #D99F31; }
a { background-color: rgb(217,159,49); }
div.DivClassName
{
background-color: #D99F31;
}
.BgClassName
{
background-color: #D99F31;
}
</style>
border-color css
<style>
span { border-color: #D99F31; }
span { border-color: rgb(217,159,49); }
td.TdClassName
{
border-color: #D99F31;
}
.TagClassName
{
border-color: #D99F31;
}
</style>