Shades of Buttercup #D7861D
Tints of Buttercup #D7861D
RGB
CMYK
RGB Variations
Color information
#D7861D (or 0xD7861D) is known color: Buttercup. HEX triplet: D7, 86 and 1D. RGB value is (215,134,29). Sum of RGB (Red+Green+Blue) = 215+134+29=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7861D is #2879E2. Grayscale: #929292. Windows color (decimal): -2652643 or 1935063. OLE color: 1935063.
HSL color Cylindrical-coordinate representation of color #D7861D: hue angle of 33.87º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7861D is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 134 | 29 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.16 |
| HSL | 33.87º | 0.76% | 0.48% | - |
| HSV(B) | 33.87º | 0.87% | 0.84% | - |
| XYZ | 36.77 | 31.59 | 5.32 | - |
| YUV | 146.25 | 61.84 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 29 | 0 | 0.38 | 0.87 | 0.16 | 33.87 | 0.76 | 0.48 |
| Hex | D7 | 86 | 1D | 0 | 26 | 57 | 10 | 22 | 4C | 30 |
| Octal | 327 | 206 | 35 | 0 | 46 | 127 | 20 | 42 | 114 | 60 |
| Binary | 11010111 | 10000110 | 11101 | 0 | 100110 | 1010111 | 10000 | 100010 | 1001100 | 110000 |
Color Harmonies of #D7861D
Complementary color
Monochromatic Colors of #D7861D
Black with #D7861D
Text Example
Text Example
White with #D7861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7861D; }
p { color: rgb(215,134,29); }
H1.HeaderClassName
{
color: #D7861D;
}
.AnyTagClassName
{
color: #D7861D;
}
</style>
background-color css
<style>
a { background-color: #D7861D; }
a { background-color: rgb(215,134,29); }
div.DivClassName
{
background-color: #D7861D;
}
.BgClassName
{
background-color: #D7861D;
}
</style>
border-color css
<style>
span { border-color: #D7861D; }
span { border-color: rgb(215,134,29); }
td.TdClassName
{
border-color: #D7861D;
}
.TagClassName
{
border-color: #D7861D;
}
</style>