Shades of Buttercup #D3981A
Tints of Buttercup #D3981A
RGB
CMYK
RGB Variations
Color information
#D3981A (or 0xD3981A) is known color: Buttercup. HEX triplet: D3, 98 and 1A. RGB value is (211,152,26). Sum of RGB (Red+Green+Blue) = 211+152+26=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D3981A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3981A is #2C67E5. Grayscale: #9B9B9B. Windows color (decimal): -2910182 or 1743059. OLE color: 1743059.
HSL color Cylindrical-coordinate representation of color #D3981A: hue angle of 40.86º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3981A is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 26 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.17 |
| HSL | 40.86º | 0.78% | 0.46% | - |
| HSV(B) | 40.86º | 0.88% | 0.83% | - |
| XYZ | 38.28 | 36.38 | 5.98 | - |
| YUV | 155.28 | 55.05 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 26 | 0 | 0.28 | 0.88 | 0.17 | 40.86 | 0.78 | 0.46 |
| Hex | D3 | 98 | 1A | 0 | 1C | 58 | 11 | 29 | 4E | 2E |
| Octal | 323 | 230 | 32 | 0 | 34 | 130 | 21 | 51 | 116 | 56 |
| Binary | 11010011 | 10011000 | 11010 | 0 | 11100 | 1011000 | 10001 | 101001 | 1001110 | 101110 |
Color Harmonies of #D3981A
Complementary color
Monochromatic Colors of #D3981A
Black with #D3981A
Text Example
Text Example
White with #D3981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3981A; }
p { color: rgb(211,152,26); }
H1.HeaderClassName
{
color: #D3981A;
}
.AnyTagClassName
{
color: #D3981A;
}
</style>
background-color css
<style>
a { background-color: #D3981A; }
a { background-color: rgb(211,152,26); }
div.DivClassName
{
background-color: #D3981A;
}
.BgClassName
{
background-color: #D3981A;
}
</style>
border-color css
<style>
span { border-color: #D3981A; }
span { border-color: rgb(211,152,26); }
td.TdClassName
{
border-color: #D3981A;
}
.TagClassName
{
border-color: #D3981A;
}
</style>