Shades of Buttercup #D39E30
Tints of Buttercup #D39E30
RGB
CMYK
RGB Variations
Color information
#D39E30 (or 0xD39E30) is known color: Buttercup. HEX triplet: D3, 9E and 30. RGB value is (211,158,48). Sum of RGB (Red+Green+Blue) = 211+158+48=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D39E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39E30 is #2C61CF. Grayscale: #A1A1A1. Windows color (decimal): -2908624 or 3186387. OLE color: 3186387.
HSL color Cylindrical-coordinate representation of color #D39E30: hue angle of 40.49º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D39E30 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 158 | 48 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.17 |
| HSL | 40.49º | 0.65% | 0.51% | - |
| HSV(B) | 40.49º | 0.77% | 0.83% | - |
| XYZ | 39.62 | 38.52 | 8.14 | - |
| YUV | 161.31 | 64.06 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 48 | 0 | 0.25 | 0.77 | 0.17 | 40.49 | 0.65 | 0.51 |
| Hex | D3 | 9E | 30 | 0 | 19 | 4D | 11 | 28 | 41 | 33 |
| Octal | 323 | 236 | 60 | 0 | 31 | 115 | 21 | 50 | 101 | 63 |
| Binary | 11010011 | 10011110 | 110000 | 0 | 11001 | 1001101 | 10001 | 101000 | 1000001 | 110011 |
Color Harmonies of #D39E30
Complementary color
Monochromatic Colors of #D39E30
Black with #D39E30
Text Example
Text Example
White with #D39E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39E30; }
p { color: rgb(211,158,48); }
H1.HeaderClassName
{
color: #D39E30;
}
.AnyTagClassName
{
color: #D39E30;
}
</style>
background-color css
<style>
a { background-color: #D39E30; }
a { background-color: rgb(211,158,48); }
div.DivClassName
{
background-color: #D39E30;
}
.BgClassName
{
background-color: #D39E30;
}
</style>
border-color css
<style>
span { border-color: #D39E30; }
span { border-color: rgb(211,158,48); }
td.TdClassName
{
border-color: #D39E30;
}
.TagClassName
{
border-color: #D39E30;
}
</style>