Shades of Buttercup #D99A31
Tints of Buttercup #D99A31
RGB
CMYK
RGB Variations
Color information
#D99A31 (or 0xD99A31) is known color: Buttercup. HEX triplet: D9, 9A and 31. RGB value is (217,154,49). Sum of RGB (Red+Green+Blue) = 217+154+49=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A31 is #2665CE. Grayscale: #A1A1A1. Windows color (decimal): -2516431 or 3250905. OLE color: 3250905.
HSL color Cylindrical-coordinate representation of color #D99A31: hue angle of 37.5º 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 #D99A31 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 49 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.15 |
| HSL | 37.5º | 0.69% | 0.52% | - |
| HSV(B) | 37.5º | 0.77% | 0.85% | - |
| XYZ | 40.73 | 38.08 | 8.11 | - |
| YUV | 160.87 | 64.87 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 49 | 0 | 0.29 | 0.77 | 0.15 | 37.5 | 0.69 | 0.52 |
| Hex | D9 | 9A | 31 | 0 | 1D | 4D | F | 26 | 45 | 34 |
| Octal | 331 | 232 | 61 | 0 | 35 | 115 | 17 | 46 | 105 | 64 |
| Binary | 11011001 | 10011010 | 110001 | 0 | 11101 | 1001101 | 1111 | 100110 | 1000101 | 110100 |
Color Harmonies of #D99A31
Complementary color
Monochromatic Colors of #D99A31
Black with #D99A31
Text Example
Text Example
White with #D99A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A31; }
p { color: rgb(217,154,49); }
H1.HeaderClassName
{
color: #D99A31;
}
.AnyTagClassName
{
color: #D99A31;
}
</style>
background-color css
<style>
a { background-color: #D99A31; }
a { background-color: rgb(217,154,49); }
div.DivClassName
{
background-color: #D99A31;
}
.BgClassName
{
background-color: #D99A31;
}
</style>
border-color css
<style>
span { border-color: #D99A31; }
span { border-color: rgb(217,154,49); }
td.TdClassName
{
border-color: #D99A31;
}
.TagClassName
{
border-color: #D99A31;
}
</style>