Shades of Buttercup #D3982B
Tints of Buttercup #D3982B
RGB
CMYK
RGB Variations
Color information
#D3982B (or 0xD3982B) is known color: Buttercup. HEX triplet: D3, 98 and 2B. RGB value is (211,152,43). Sum of RGB (Red+Green+Blue) = 211+152+43=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D3982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3982B is #2C67D4. Grayscale: #9D9D9D. Windows color (decimal): -2910165 or 2857171. OLE color: 2857171.
HSL color Cylindrical-coordinate representation of color #D3982B: hue angle of 38.93º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3982B is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 43 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.17 |
| HSL | 38.93º | 0.66% | 0.5% | - |
| HSV(B) | 38.93º | 0.8% | 0.83% | - |
| XYZ | 38.53 | 36.48 | 7.3 | - |
| YUV | 157.22 | 63.55 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 43 | 0 | 0.28 | 0.80 | 0.17 | 38.93 | 0.66 | 0.5 |
| Hex | D3 | 98 | 2B | 0 | 1C | 50 | 11 | 27 | 42 | 32 |
| Octal | 323 | 230 | 53 | 0 | 34 | 120 | 21 | 47 | 102 | 62 |
| Binary | 11010011 | 10011000 | 101011 | 0 | 11100 | 1010000 | 10001 | 100111 | 1000010 | 110010 |
Color Harmonies of #D3982B
Complementary color
Monochromatic Colors of #D3982B
Black with #D3982B
Text Example
Text Example
White with #D3982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3982B; }
p { color: rgb(211,152,43); }
H1.HeaderClassName
{
color: #D3982B;
}
.AnyTagClassName
{
color: #D3982B;
}
</style>
background-color css
<style>
a { background-color: #D3982B; }
a { background-color: rgb(211,152,43); }
div.DivClassName
{
background-color: #D3982B;
}
.BgClassName
{
background-color: #D3982B;
}
</style>
border-color css
<style>
span { border-color: #D3982B; }
span { border-color: rgb(211,152,43); }
td.TdClassName
{
border-color: #D3982B;
}
.TagClassName
{
border-color: #D3982B;
}
</style>