Shades of Buttercup #D8871C
Tints of Buttercup #D8871C
RGB
CMYK
RGB Variations
Color information
#D8871C (or 0xD8871C) is known color: Buttercup. HEX triplet: D8, 87 and 1C. RGB value is (216,135,28). Sum of RGB (Red+Green+Blue) = 216+135+28=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8871C is #2778E3. Grayscale: #939393. Windows color (decimal): -2586852 or 1869784. OLE color: 1869784.
HSL color Cylindrical-coordinate representation of color #D8871C: hue angle of 34.15º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8871C is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 28 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.15 |
| HSL | 34.15º | 0.77% | 0.48% | - |
| HSV(B) | 34.15º | 0.87% | 0.85% | - |
| XYZ | 37.19 | 32.01 | 5.32 | - |
| YUV | 147.02 | 60.84 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 28 | 0 | 0.38 | 0.87 | 0.15 | 34.15 | 0.77 | 0.48 |
| Hex | D8 | 87 | 1C | 0 | 26 | 57 | F | 22 | 4D | 30 |
| Octal | 330 | 207 | 34 | 0 | 46 | 127 | 17 | 42 | 115 | 60 |
| Binary | 11011000 | 10000111 | 11100 | 0 | 100110 | 1010111 | 1111 | 100010 | 1001101 | 110000 |
Color Harmonies of #D8871C
Complementary color
Monochromatic Colors of #D8871C
Black with #D8871C
Text Example
Text Example
White with #D8871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8871C; }
p { color: rgb(216,135,28); }
H1.HeaderClassName
{
color: #D8871C;
}
.AnyTagClassName
{
color: #D8871C;
}
</style>
background-color css
<style>
a { background-color: #D8871C; }
a { background-color: rgb(216,135,28); }
div.DivClassName
{
background-color: #D8871C;
}
.BgClassName
{
background-color: #D8871C;
}
</style>
border-color css
<style>
span { border-color: #D8871C; }
span { border-color: rgb(216,135,28); }
td.TdClassName
{
border-color: #D8871C;
}
.TagClassName
{
border-color: #D8871C;
}
</style>