Shades of Buttercup #D8931B
Tints of Buttercup #D8931B
RGB
CMYK
RGB Variations
Color information
#D8931B (or 0xD8931B) is known color: Buttercup. HEX triplet: D8, 93 and 1B. RGB value is (216,147,27). Sum of RGB (Red+Green+Blue) = 216+147+27=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8931B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8931B is #276CE4. Grayscale: #9A9A9A. Windows color (decimal): -2583781 or 1807320. OLE color: 1807320.
HSL color Cylindrical-coordinate representation of color #D8931B: hue angle of 38.1º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8931B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 27 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.15 |
| HSL | 38.1º | 0.78% | 0.48% | - |
| HSV(B) | 38.1º | 0.88% | 0.85% | - |
| XYZ | 38.95 | 35.55 | 5.84 | - |
| YUV | 153.95 | 56.36 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 27 | 0 | 0.32 | 0.88 | 0.15 | 38.1 | 0.78 | 0.48 |
| Hex | D8 | 93 | 1B | 0 | 20 | 58 | F | 26 | 4E | 30 |
| Octal | 330 | 223 | 33 | 0 | 40 | 130 | 17 | 46 | 116 | 60 |
| Binary | 11011000 | 10010011 | 11011 | 0 | 100000 | 1011000 | 1111 | 100110 | 1001110 | 110000 |
Color Harmonies of #D8931B
Complementary color
Monochromatic Colors of #D8931B
Black with #D8931B
Text Example
Text Example
White with #D8931B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8931B; }
p { color: rgb(216,147,27); }
H1.HeaderClassName
{
color: #D8931B;
}
.AnyTagClassName
{
color: #D8931B;
}
</style>
background-color css
<style>
a { background-color: #D8931B; }
a { background-color: rgb(216,147,27); }
div.DivClassName
{
background-color: #D8931B;
}
.BgClassName
{
background-color: #D8931B;
}
</style>
border-color css
<style>
span { border-color: #D8931B; }
span { border-color: rgb(216,147,27); }
td.TdClassName
{
border-color: #D8931B;
}
.TagClassName
{
border-color: #D8931B;
}
</style>