Shades of Buttercup #D99B2F
Tints of Buttercup #D99B2F
RGB
CMYK
RGB Variations
Color information
#D99B2F (or 0xD99B2F) is known color: Buttercup. HEX triplet: D9, 9B and 2F. RGB value is (217,155,47). Sum of RGB (Red+Green+Blue) = 217+155+47=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99B2F is #2664D0. Grayscale: #A1A1A1. Windows color (decimal): -2516177 or 3120089. OLE color: 3120089.
HSL color Cylindrical-coordinate representation of color #D99B2F: hue angle of 38.12º 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 #D99B2F is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 47 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.15 |
| HSL | 38.12º | 0.69% | 0.52% | - |
| HSV(B) | 38.12º | 0.78% | 0.85% | - |
| XYZ | 40.85 | 38.4 | 7.95 | - |
| YUV | 161.23 | 63.54 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 47 | 0 | 0.29 | 0.78 | 0.15 | 38.12 | 0.69 | 0.52 |
| Hex | D9 | 9B | 2F | 0 | 1D | 4E | F | 26 | 45 | 34 |
| Octal | 331 | 233 | 57 | 0 | 35 | 116 | 17 | 46 | 105 | 64 |
| Binary | 11011001 | 10011011 | 101111 | 0 | 11101 | 1001110 | 1111 | 100110 | 1000101 | 110100 |
Color Harmonies of #D99B2F
Complementary color
Monochromatic Colors of #D99B2F
Black with #D99B2F
Text Example
Text Example
White with #D99B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B2F; }
p { color: rgb(217,155,47); }
H1.HeaderClassName
{
color: #D99B2F;
}
.AnyTagClassName
{
color: #D99B2F;
}
</style>
background-color css
<style>
a { background-color: #D99B2F; }
a { background-color: rgb(217,155,47); }
div.DivClassName
{
background-color: #D99B2F;
}
.BgClassName
{
background-color: #D99B2F;
}
</style>
border-color css
<style>
span { border-color: #D99B2F; }
span { border-color: rgb(217,155,47); }
td.TdClassName
{
border-color: #D99B2F;
}
.TagClassName
{
border-color: #D99B2F;
}
</style>