Shades of Buttercup #D3871C
Tints of Buttercup #D3871C
RGB
CMYK
RGB Variations
Color information
#D3871C (or 0xD3871C) is known color: Buttercup. HEX triplet: D3, 87 and 1C. RGB value is (211,135,28). Sum of RGB (Red+Green+Blue) = 211+135+28=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D3871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3871C is #2C78E3. Grayscale: #929292. Windows color (decimal): -2914532 or 1869779. OLE color: 1869779.
HSL color Cylindrical-coordinate representation of color #D3871C: hue angle of 35.08º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3871C is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 135 | 28 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.17 |
| HSL | 35.08º | 0.77% | 0.47% | - |
| HSV(B) | 35.08º | 0.87% | 0.83% | - |
| XYZ | 35.74 | 31.26 | 5.25 | - |
| YUV | 145.53 | 61.68 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 28 | 0 | 0.36 | 0.87 | 0.17 | 35.08 | 0.77 | 0.47 |
| Hex | D3 | 87 | 1C | 0 | 24 | 57 | 11 | 23 | 4D | 2F |
| Octal | 323 | 207 | 34 | 0 | 44 | 127 | 21 | 43 | 115 | 57 |
| Binary | 11010011 | 10000111 | 11100 | 0 | 100100 | 1010111 | 10001 | 100011 | 1001101 | 101111 |
Color Harmonies of #D3871C
Complementary color
Monochromatic Colors of #D3871C
Black with #D3871C
Text Example
Text Example
White with #D3871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3871C; }
p { color: rgb(211,135,28); }
H1.HeaderClassName
{
color: #D3871C;
}
.AnyTagClassName
{
color: #D3871C;
}
</style>
background-color css
<style>
a { background-color: #D3871C; }
a { background-color: rgb(211,135,28); }
div.DivClassName
{
background-color: #D3871C;
}
.BgClassName
{
background-color: #D3871C;
}
</style>
border-color css
<style>
span { border-color: #D3871C; }
span { border-color: rgb(211,135,28); }
td.TdClassName
{
border-color: #D3871C;
}
.TagClassName
{
border-color: #D3871C;
}
</style>