Shades of Buttercup #D8941D
Tints of Buttercup #D8941D
RGB
CMYK
RGB Variations
Color information
#D8941D (or 0xD8941D) is known color: Buttercup. HEX triplet: D8, 94 and 1D. RGB value is (216,148,29). Sum of RGB (Red+Green+Blue) = 216+148+29=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8941D is #276BE2. Grayscale: #9B9B9B. Windows color (decimal): -2583523 or 1938648. OLE color: 1938648.
HSL color Cylindrical-coordinate representation of color #D8941D: hue angle of 38.18º degrees, saturation: 0.76, 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 #D8941D is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 29 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.15 |
| HSL | 38.18º | 0.76% | 0.48% | - |
| HSV(B) | 38.18º | 0.87% | 0.85% | - |
| XYZ | 39.13 | 35.87 | 6.02 | - |
| YUV | 154.77 | 57.03 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 29 | 0 | 0.31 | 0.87 | 0.15 | 38.18 | 0.76 | 0.48 |
| Hex | D8 | 94 | 1D | 0 | 1F | 57 | F | 26 | 4C | 30 |
| Octal | 330 | 224 | 35 | 0 | 37 | 127 | 17 | 46 | 114 | 60 |
| Binary | 11011000 | 10010100 | 11101 | 0 | 11111 | 1010111 | 1111 | 100110 | 1001100 | 110000 |
Color Harmonies of #D8941D
Complementary color
Monochromatic Colors of #D8941D
Black with #D8941D
Text Example
Text Example
White with #D8941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8941D; }
p { color: rgb(216,148,29); }
H1.HeaderClassName
{
color: #D8941D;
}
.AnyTagClassName
{
color: #D8941D;
}
</style>
background-color css
<style>
a { background-color: #D8941D; }
a { background-color: rgb(216,148,29); }
div.DivClassName
{
background-color: #D8941D;
}
.BgClassName
{
background-color: #D8941D;
}
</style>
border-color css
<style>
span { border-color: #D8941D; }
span { border-color: rgb(216,148,29); }
td.TdClassName
{
border-color: #D8941D;
}
.TagClassName
{
border-color: #D8941D;
}
</style>