Shades of Buttercup #D39116
Tints of Buttercup #D39116
RGB
CMYK
RGB Variations
Color information
#D39116 (or 0xD39116) is known color: Buttercup. HEX triplet: D3, 91 and 16. RGB value is (211,145,22). Sum of RGB (Red+Green+Blue) = 211+145+22=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D39116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39116 is #2C6EE9. Grayscale: #979797. Windows color (decimal): -2911978 or 1479123. OLE color: 1479123.
HSL color Cylindrical-coordinate representation of color #D39116: hue angle of 39.05º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D39116 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 22 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.17 |
| HSL | 39.05º | 0.81% | 0.46% | - |
| HSV(B) | 39.05º | 0.9% | 0.83% | - |
| XYZ | 37.13 | 34.16 | 5.39 | - |
| YUV | 150.71 | 55.37 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 22 | 0 | 0.31 | 0.90 | 0.17 | 39.05 | 0.81 | 0.46 |
| Hex | D3 | 91 | 16 | 0 | 1F | 5A | 11 | 27 | 51 | 2E |
| Octal | 323 | 221 | 26 | 0 | 37 | 132 | 21 | 47 | 121 | 56 |
| Binary | 11010011 | 10010001 | 10110 | 0 | 11111 | 1011010 | 10001 | 100111 | 1010001 | 101110 |
Color Harmonies of #D39116
Complementary color
Monochromatic Colors of #D39116
Black with #D39116
Text Example
Text Example
White with #D39116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39116; }
p { color: rgb(211,145,22); }
H1.HeaderClassName
{
color: #D39116;
}
.AnyTagClassName
{
color: #D39116;
}
</style>
background-color css
<style>
a { background-color: #D39116; }
a { background-color: rgb(211,145,22); }
div.DivClassName
{
background-color: #D39116;
}
.BgClassName
{
background-color: #D39116;
}
</style>
border-color css
<style>
span { border-color: #D39116; }
span { border-color: rgb(211,145,22); }
td.TdClassName
{
border-color: #D39116;
}
.TagClassName
{
border-color: #D39116;
}
</style>