Shades of Buttercup #D39B2F
Tints of Buttercup #D39B2F
RGB
CMYK
RGB Variations
Color information
#D39B2F (or 0xD39B2F) is known color: Buttercup. HEX triplet: D3, 9B and 2F. RGB value is (211,155,47). Sum of RGB (Red+Green+Blue) = 211+155+47=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39B2F is #2C64D0. Grayscale: #9F9F9F. Windows color (decimal): -2909393 or 3120083. OLE color: 3120083.
HSL color Cylindrical-coordinate representation of color #D39B2F: hue angle of 39.51º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D39B2F is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 155 | 47 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.17 |
| HSL | 39.51º | 0.65% | 0.51% | - |
| HSV(B) | 39.51º | 0.78% | 0.83% | - |
| XYZ | 39.1 | 37.5 | 7.87 | - |
| YUV | 159.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 47 | 0 | 0.27 | 0.78 | 0.17 | 39.51 | 0.65 | 0.51 |
| Hex | D3 | 9B | 2F | 0 | 1B | 4E | 11 | 28 | 41 | 33 |
| Octal | 323 | 233 | 57 | 0 | 33 | 116 | 21 | 50 | 101 | 63 |
| Binary | 11010011 | 10011011 | 101111 | 0 | 11011 | 1001110 | 10001 | 101000 | 1000001 | 110011 |
Color Harmonies of #D39B2F
Complementary color
Monochromatic Colors of #D39B2F
Black with #D39B2F
Text Example
Text Example
White with #D39B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39B2F; }
p { color: rgb(211,155,47); }
H1.HeaderClassName
{
color: #D39B2F;
}
.AnyTagClassName
{
color: #D39B2F;
}
</style>
background-color css
<style>
a { background-color: #D39B2F; }
a { background-color: rgb(211,155,47); }
div.DivClassName
{
background-color: #D39B2F;
}
.BgClassName
{
background-color: #D39B2F;
}
</style>
border-color css
<style>
span { border-color: #D39B2F; }
span { border-color: rgb(211,155,47); }
td.TdClassName
{
border-color: #D39B2F;
}
.TagClassName
{
border-color: #D39B2F;
}
</style>