Shades of Buttercup #D8951C
Tints of Buttercup #D8951C
RGB
CMYK
RGB Variations
Color information
#D8951C (or 0xD8951C) is known color: Buttercup. HEX triplet: D8, 95 and 1C. RGB value is (216,149,28). Sum of RGB (Red+Green+Blue) = 216+149+28=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8951C is #276AE3. Grayscale: #9B9B9B. Windows color (decimal): -2583268 or 1873368. OLE color: 1873368.
HSL color Cylindrical-coordinate representation of color #D8951C: hue angle of 38.62º 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 #D8951C is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 28 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.15 |
| HSL | 38.62º | 0.77% | 0.48% | - |
| HSV(B) | 38.62º | 0.87% | 0.85% | - |
| XYZ | 39.28 | 36.18 | 6.01 | - |
| YUV | 155.24 | 56.2 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 28 | 0 | 0.31 | 0.87 | 0.15 | 38.62 | 0.77 | 0.48 |
| Hex | D8 | 95 | 1C | 0 | 1F | 57 | F | 27 | 4D | 30 |
| Octal | 330 | 225 | 34 | 0 | 37 | 127 | 17 | 47 | 115 | 60 |
| Binary | 11011000 | 10010101 | 11100 | 0 | 11111 | 1010111 | 1111 | 100111 | 1001101 | 110000 |
Color Harmonies of #D8951C
Complementary color
Monochromatic Colors of #D8951C
Black with #D8951C
Text Example
Text Example
White with #D8951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8951C; }
p { color: rgb(216,149,28); }
H1.HeaderClassName
{
color: #D8951C;
}
.AnyTagClassName
{
color: #D8951C;
}
</style>
background-color css
<style>
a { background-color: #D8951C; }
a { background-color: rgb(216,149,28); }
div.DivClassName
{
background-color: #D8951C;
}
.BgClassName
{
background-color: #D8951C;
}
</style>
border-color css
<style>
span { border-color: #D8951C; }
span { border-color: rgb(216,149,28); }
td.TdClassName
{
border-color: #D8951C;
}
.TagClassName
{
border-color: #D8951C;
}
</style>