Shades of Buttercup #D99731
Tints of Buttercup #D99731
RGB
CMYK
RGB Variations
Color information
#D99731 (or 0xD99731) is known color: Buttercup. HEX triplet: D9, 97 and 31. RGB value is (217,151,49). Sum of RGB (Red+Green+Blue) = 217+151+49=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D99731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99731 is #2668CE. Grayscale: #9F9F9F. Windows color (decimal): -2517199 or 3250137. OLE color: 3250137.
HSL color Cylindrical-coordinate representation of color #D99731: hue angle of 36.43º 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 #D99731 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 49 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.15 |
| HSL | 36.43º | 0.69% | 0.52% | - |
| HSV(B) | 36.43º | 0.77% | 0.85% | - |
| XYZ | 40.24 | 37.11 | 7.95 | - |
| YUV | 159.11 | 65.87 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 49 | 0 | 0.30 | 0.77 | 0.15 | 36.43 | 0.69 | 0.52 |
| Hex | D9 | 97 | 31 | 0 | 1E | 4D | F | 24 | 45 | 34 |
| Octal | 331 | 227 | 61 | 0 | 36 | 115 | 17 | 44 | 105 | 64 |
| Binary | 11011001 | 10010111 | 110001 | 0 | 11110 | 1001101 | 1111 | 100100 | 1000101 | 110100 |
Color Harmonies of #D99731
Complementary color
Monochromatic Colors of #D99731
Black with #D99731
Text Example
Text Example
White with #D99731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99731; }
p { color: rgb(217,151,49); }
H1.HeaderClassName
{
color: #D99731;
}
.AnyTagClassName
{
color: #D99731;
}
</style>
background-color css
<style>
a { background-color: #D99731; }
a { background-color: rgb(217,151,49); }
div.DivClassName
{
background-color: #D99731;
}
.BgClassName
{
background-color: #D99731;
}
</style>
border-color css
<style>
span { border-color: #D99731; }
span { border-color: rgb(217,151,49); }
td.TdClassName
{
border-color: #D99731;
}
.TagClassName
{
border-color: #D99731;
}
</style>