Shades of Buttercup #D7881E
Tints of Buttercup #D7881E
RGB
CMYK
RGB Variations
Color information
#D7881E (or 0xD7881E) is known color: Buttercup. HEX triplet: D7, 88 and 1E. RGB value is (215,136,30). Sum of RGB (Red+Green+Blue) = 215+136+30=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D7881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7881E is #2877E1. Grayscale: #949494. Windows color (decimal): -2652130 or 2001111. OLE color: 2001111.
HSL color Cylindrical-coordinate representation of color #D7881E: hue angle of 34.38º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7881E is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 30 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.16 |
| HSL | 34.38º | 0.76% | 0.48% | - |
| HSV(B) | 34.38º | 0.86% | 0.84% | - |
| XYZ | 37.06 | 32.15 | 5.48 | - |
| YUV | 147.54 | 61.67 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 30 | 0 | 0.37 | 0.86 | 0.16 | 34.38 | 0.76 | 0.48 |
| Hex | D7 | 88 | 1E | 0 | 25 | 56 | 10 | 22 | 4C | 30 |
| Octal | 327 | 210 | 36 | 0 | 45 | 126 | 20 | 42 | 114 | 60 |
| Binary | 11010111 | 10001000 | 11110 | 0 | 100101 | 1010110 | 10000 | 100010 | 1001100 | 110000 |
Color Harmonies of #D7881E
Complementary color
Monochromatic Colors of #D7881E
Black with #D7881E
Text Example
Text Example
White with #D7881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7881E; }
p { color: rgb(215,136,30); }
H1.HeaderClassName
{
color: #D7881E;
}
.AnyTagClassName
{
color: #D7881E;
}
</style>
background-color css
<style>
a { background-color: #D7881E; }
a { background-color: rgb(215,136,30); }
div.DivClassName
{
background-color: #D7881E;
}
.BgClassName
{
background-color: #D7881E;
}
</style>
border-color css
<style>
span { border-color: #D7881E; }
span { border-color: rgb(215,136,30); }
td.TdClassName
{
border-color: #D7881E;
}
.TagClassName
{
border-color: #D7881E;
}
</style>