Shades of Buttercup #D99D2F
Tints of Buttercup #D99D2F
RGB
CMYK
RGB Variations
Color information
#D99D2F (or 0xD99D2F) is known color: Buttercup. HEX triplet: D9, 9D and 2F. RGB value is (217,157,47). Sum of RGB (Red+Green+Blue) = 217+157+47=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99D2F is #2662D0. Grayscale: #A2A2A2. Windows color (decimal): -2515665 or 3120601. OLE color: 3120601.
HSL color Cylindrical-coordinate representation of color #D99D2F: hue angle of 38.82º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D99D2F is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 47 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.15 |
| HSL | 38.82º | 0.69% | 0.52% | - |
| HSV(B) | 38.82º | 0.78% | 0.85% | - |
| XYZ | 41.19 | 39.07 | 8.06 | - |
| YUV | 162.4 | 62.88 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 47 | 0 | 0.28 | 0.78 | 0.15 | 38.82 | 0.69 | 0.52 |
| Hex | D9 | 9D | 2F | 0 | 1C | 4E | F | 27 | 45 | 34 |
| Octal | 331 | 235 | 57 | 0 | 34 | 116 | 17 | 47 | 105 | 64 |
| Binary | 11011001 | 10011101 | 101111 | 0 | 11100 | 1001110 | 1111 | 100111 | 1000101 | 110100 |
Color Harmonies of #D99D2F
Complementary color
Monochromatic Colors of #D99D2F
Black with #D99D2F
Text Example
Text Example
White with #D99D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D2F; }
p { color: rgb(217,157,47); }
H1.HeaderClassName
{
color: #D99D2F;
}
.AnyTagClassName
{
color: #D99D2F;
}
</style>
background-color css
<style>
a { background-color: #D99D2F; }
a { background-color: rgb(217,157,47); }
div.DivClassName
{
background-color: #D99D2F;
}
.BgClassName
{
background-color: #D99D2F;
}
</style>
border-color css
<style>
span { border-color: #D99D2F; }
span { border-color: rgb(217,157,47); }
td.TdClassName
{
border-color: #D99D2F;
}
.TagClassName
{
border-color: #D99D2F;
}
</style>