Shades of Buttercup #D99F2F
Tints of Buttercup #D99F2F
RGB
CMYK
RGB Variations
Color information
#D99F2F (or 0xD99F2F) is known color: Buttercup. HEX triplet: D9, 9F and 2F. RGB value is (217,159,47). Sum of RGB (Red+Green+Blue) = 217+159+47=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F2F is #2660D0. Grayscale: #A4A4A4. Windows color (decimal): -2515153 or 3121113. OLE color: 3121113.
HSL color Cylindrical-coordinate representation of color #D99F2F: hue angle of 39.53º 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 #D99F2F is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 47 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.15 |
| HSL | 39.53º | 0.69% | 0.52% | - |
| HSV(B) | 39.53º | 0.78% | 0.85% | - |
| XYZ | 41.53 | 39.75 | 8.17 | - |
| YUV | 163.57 | 62.22 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 47 | 0 | 0.27 | 0.78 | 0.15 | 39.53 | 0.69 | 0.52 |
| Hex | D9 | 9F | 2F | 0 | 1B | 4E | F | 28 | 45 | 34 |
| Octal | 331 | 237 | 57 | 0 | 33 | 116 | 17 | 50 | 105 | 64 |
| Binary | 11011001 | 10011111 | 101111 | 0 | 11011 | 1001110 | 1111 | 101000 | 1000101 | 110100 |
Color Harmonies of #D99F2F
Complementary color
Monochromatic Colors of #D99F2F
Black with #D99F2F
Text Example
Text Example
White with #D99F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99F2F; }
p { color: rgb(217,159,47); }
H1.HeaderClassName
{
color: #D99F2F;
}
.AnyTagClassName
{
color: #D99F2F;
}
</style>
background-color css
<style>
a { background-color: #D99F2F; }
a { background-color: rgb(217,159,47); }
div.DivClassName
{
background-color: #D99F2F;
}
.BgClassName
{
background-color: #D99F2F;
}
</style>
border-color css
<style>
span { border-color: #D99F2F; }
span { border-color: rgb(217,159,47); }
td.TdClassName
{
border-color: #D99F2F;
}
.TagClassName
{
border-color: #D99F2F;
}
</style>