Shades of Buttercup #D8941C
Tints of Buttercup #D8941C
RGB
CMYK
RGB Variations
Color information
#D8941C (or 0xD8941C) is known color: Buttercup. HEX triplet: D8, 94 and 1C. RGB value is (216,148,28). Sum of RGB (Red+Green+Blue) = 216+148+28=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8941C is #276BE3. Grayscale: #9B9B9B. Windows color (decimal): -2583524 or 1873112. OLE color: 1873112.
HSL color Cylindrical-coordinate representation of color #D8941C: hue angle of 38.3º 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 #D8941C is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 28 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.15 |
| HSL | 38.3º | 0.77% | 0.48% | - |
| HSV(B) | 38.3º | 0.87% | 0.85% | - |
| XYZ | 39.12 | 35.86 | 5.96 | - |
| YUV | 154.65 | 56.53 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 28 | 0 | 0.31 | 0.87 | 0.15 | 38.3 | 0.77 | 0.48 |
| Hex | D8 | 94 | 1C | 0 | 1F | 57 | F | 26 | 4D | 30 |
| Octal | 330 | 224 | 34 | 0 | 37 | 127 | 17 | 46 | 115 | 60 |
| Binary | 11011000 | 10010100 | 11100 | 0 | 11111 | 1010111 | 1111 | 100110 | 1001101 | 110000 |
Color Harmonies of #D8941C
Complementary color
Monochromatic Colors of #D8941C
Black with #D8941C
Text Example
Text Example
White with #D8941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8941C; }
p { color: rgb(216,148,28); }
H1.HeaderClassName
{
color: #D8941C;
}
.AnyTagClassName
{
color: #D8941C;
}
</style>
background-color css
<style>
a { background-color: #D8941C; }
a { background-color: rgb(216,148,28); }
div.DivClassName
{
background-color: #D8941C;
}
.BgClassName
{
background-color: #D8941C;
}
</style>
border-color css
<style>
span { border-color: #D8941C; }
span { border-color: rgb(216,148,28); }
td.TdClassName
{
border-color: #D8941C;
}
.TagClassName
{
border-color: #D8941C;
}
</style>