Shades of Buttercup #D3881A
Tints of Buttercup #D3881A
RGB
CMYK
RGB Variations
Color information
#D3881A (or 0xD3881A) is known color: Buttercup. HEX triplet: D3, 88 and 1A. RGB value is (211,136,26). Sum of RGB (Red+Green+Blue) = 211+136+26=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D3881A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3881A is #2C77E5. Grayscale: #929292. Windows color (decimal): -2914278 or 1738963. OLE color: 1738963.
HSL color Cylindrical-coordinate representation of color #D3881A: hue angle of 35.68º 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 #D3881A is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 26 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.17 |
| HSL | 35.68º | 0.78% | 0.46% | - |
| HSV(B) | 35.68º | 0.88% | 0.83% | - |
| XYZ | 35.85 | 31.53 | 5.17 | - |
| YUV | 145.89 | 60.35 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 26 | 0 | 0.36 | 0.88 | 0.17 | 35.68 | 0.78 | 0.46 |
| Hex | D3 | 88 | 1A | 0 | 24 | 58 | 11 | 24 | 4E | 2E |
| Octal | 323 | 210 | 32 | 0 | 44 | 130 | 21 | 44 | 116 | 56 |
| Binary | 11010011 | 10001000 | 11010 | 0 | 100100 | 1011000 | 10001 | 100100 | 1001110 | 101110 |
Color Harmonies of #D3881A
Complementary color
Monochromatic Colors of #D3881A
Black with #D3881A
Text Example
Text Example
White with #D3881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3881A; }
p { color: rgb(211,136,26); }
H1.HeaderClassName
{
color: #D3881A;
}
.AnyTagClassName
{
color: #D3881A;
}
</style>
background-color css
<style>
a { background-color: #D3881A; }
a { background-color: rgb(211,136,26); }
div.DivClassName
{
background-color: #D3881A;
}
.BgClassName
{
background-color: #D3881A;
}
</style>
border-color css
<style>
span { border-color: #D3881A; }
span { border-color: rgb(211,136,26); }
td.TdClassName
{
border-color: #D3881A;
}
.TagClassName
{
border-color: #D3881A;
}
</style>