Shades of Buttercup #D99B31
Tints of Buttercup #D99B31
RGB
CMYK
RGB Variations
Color information
#D99B31 (or 0xD99B31) is known color: Buttercup. HEX triplet: D9, 9B and 31. RGB value is (217,155,49). Sum of RGB (Red+Green+Blue) = 217+155+49=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99B31 is #2664CE. Grayscale: #A1A1A1. Windows color (decimal): -2516175 or 3251161. OLE color: 3251161.
HSL color Cylindrical-coordinate representation of color #D99B31: hue angle of 37.86º 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 #D99B31 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 49 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.15 |
| HSL | 37.86º | 0.69% | 0.52% | - |
| HSV(B) | 37.86º | 0.77% | 0.85% | - |
| XYZ | 40.89 | 38.42 | 8.17 | - |
| YUV | 161.45 | 64.54 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 49 | 0 | 0.29 | 0.77 | 0.15 | 37.86 | 0.69 | 0.52 |
| Hex | D9 | 9B | 31 | 0 | 1D | 4D | F | 26 | 45 | 34 |
| Octal | 331 | 233 | 61 | 0 | 35 | 115 | 17 | 46 | 105 | 64 |
| Binary | 11011001 | 10011011 | 110001 | 0 | 11101 | 1001101 | 1111 | 100110 | 1000101 | 110100 |
Color Harmonies of #D99B31
Complementary color
Monochromatic Colors of #D99B31
Black with #D99B31
Text Example
Text Example
White with #D99B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B31; }
p { color: rgb(217,155,49); }
H1.HeaderClassName
{
color: #D99B31;
}
.AnyTagClassName
{
color: #D99B31;
}
</style>
background-color css
<style>
a { background-color: #D99B31; }
a { background-color: rgb(217,155,49); }
div.DivClassName
{
background-color: #D99B31;
}
.BgClassName
{
background-color: #D99B31;
}
</style>
border-color css
<style>
span { border-color: #D99B31; }
span { border-color: rgb(217,155,49); }
td.TdClassName
{
border-color: #D99B31;
}
.TagClassName
{
border-color: #D99B31;
}
</style>