Shades of Buttercup #D3911D
Tints of Buttercup #D3911D
RGB
CMYK
RGB Variations
Color information
#D3911D (or 0xD3911D) is known color: Buttercup. HEX triplet: D3, 91 and 1D. RGB value is (211,145,29). Sum of RGB (Red+Green+Blue) = 211+145+29=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3911D is #2C6EE2. Grayscale: #989898. Windows color (decimal): -2911971 or 1937875. OLE color: 1937875.
HSL color Cylindrical-coordinate representation of color #D3911D: hue angle of 38.24º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3911D is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 29 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.17 |
| HSL | 38.24º | 0.76% | 0.47% | - |
| HSV(B) | 38.24º | 0.86% | 0.83% | - |
| XYZ | 37.21 | 34.19 | 5.8 | - |
| YUV | 151.51 | 58.87 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 29 | 0 | 0.31 | 0.86 | 0.17 | 38.24 | 0.76 | 0.47 |
| Hex | D3 | 91 | 1D | 0 | 1F | 56 | 11 | 26 | 4C | 2F |
| Octal | 323 | 221 | 35 | 0 | 37 | 126 | 21 | 46 | 114 | 57 |
| Binary | 11010011 | 10010001 | 11101 | 0 | 11111 | 1010110 | 10001 | 100110 | 1001100 | 101111 |
Color Harmonies of #D3911D
Complementary color
Monochromatic Colors of #D3911D
Black with #D3911D
Text Example
Text Example
White with #D3911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3911D; }
p { color: rgb(211,145,29); }
H1.HeaderClassName
{
color: #D3911D;
}
.AnyTagClassName
{
color: #D3911D;
}
</style>
background-color css
<style>
a { background-color: #D3911D; }
a { background-color: rgb(211,145,29); }
div.DivClassName
{
background-color: #D3911D;
}
.BgClassName
{
background-color: #D3911D;
}
</style>
border-color css
<style>
span { border-color: #D3911D; }
span { border-color: rgb(211,145,29); }
td.TdClassName
{
border-color: #D3911D;
}
.TagClassName
{
border-color: #D3911D;
}
</style>