Shades of Buttercup #D8972F
Tints of Buttercup #D8972F
RGB
CMYK
RGB Variations
Color information
#D8972F (or 0xD8972F) is known color: Buttercup. HEX triplet: D8, 97 and 2F. RGB value is (216,151,47). Sum of RGB (Red+Green+Blue) = 216+151+47=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8972F is #2768D0. Grayscale: #9F9F9F. Windows color (decimal): -2582737 or 3119064. OLE color: 3119064.
HSL color Cylindrical-coordinate representation of color #D8972F: hue angle of 36.92º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8972F is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 47 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.15 |
| HSL | 36.92º | 0.68% | 0.52% | - |
| HSV(B) | 36.92º | 0.78% | 0.85% | - |
| XYZ | 39.9 | 36.94 | 7.72 | - |
| YUV | 158.58 | 65.03 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 47 | 0 | 0.30 | 0.78 | 0.15 | 36.92 | 0.68 | 0.52 |
| Hex | D8 | 97 | 2F | 0 | 1E | 4E | F | 25 | 44 | 34 |
| Octal | 330 | 227 | 57 | 0 | 36 | 116 | 17 | 45 | 104 | 64 |
| Binary | 11011000 | 10010111 | 101111 | 0 | 11110 | 1001110 | 1111 | 100101 | 1000100 | 110100 |
Color Harmonies of #D8972F
Complementary color
Monochromatic Colors of #D8972F
Black with #D8972F
Text Example
Text Example
White with #D8972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8972F; }
p { color: rgb(216,151,47); }
H1.HeaderClassName
{
color: #D8972F;
}
.AnyTagClassName
{
color: #D8972F;
}
</style>
background-color css
<style>
a { background-color: #D8972F; }
a { background-color: rgb(216,151,47); }
div.DivClassName
{
background-color: #D8972F;
}
.BgClassName
{
background-color: #D8972F;
}
</style>
border-color css
<style>
span { border-color: #D8972F; }
span { border-color: rgb(216,151,47); }
td.TdClassName
{
border-color: #D8972F;
}
.TagClassName
{
border-color: #D8972F;
}
</style>