Shades of Buttercup #D7931D
Tints of Buttercup #D7931D
RGB
CMYK
RGB Variations
Color information
#D7931D (or 0xD7931D) is known color: Buttercup. HEX triplet: D7, 93 and 1D. RGB value is (215,147,29). Sum of RGB (Red+Green+Blue) = 215+147+29=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7931D is #286CE2. Grayscale: #9A9A9A. Windows color (decimal): -2649315 or 1938391. OLE color: 1938391.
HSL color Cylindrical-coordinate representation of color #D7931D: hue angle of 38.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7931D is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 29 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.16 |
| HSL | 38.06º | 0.76% | 0.48% | - |
| HSV(B) | 38.06º | 0.87% | 0.84% | - |
| XYZ | 38.68 | 35.4 | 5.96 | - |
| YUV | 153.88 | 57.53 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 29 | 0 | 0.32 | 0.87 | 0.16 | 38.06 | 0.76 | 0.48 |
| Hex | D7 | 93 | 1D | 0 | 20 | 57 | 10 | 26 | 4C | 30 |
| Octal | 327 | 223 | 35 | 0 | 40 | 127 | 20 | 46 | 114 | 60 |
| Binary | 11010111 | 10010011 | 11101 | 0 | 100000 | 1010111 | 10000 | 100110 | 1001100 | 110000 |
Color Harmonies of #D7931D
Complementary color
Monochromatic Colors of #D7931D
Black with #D7931D
Text Example
Text Example
White with #D7931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7931D; }
p { color: rgb(215,147,29); }
H1.HeaderClassName
{
color: #D7931D;
}
.AnyTagClassName
{
color: #D7931D;
}
</style>
background-color css
<style>
a { background-color: #D7931D; }
a { background-color: rgb(215,147,29); }
div.DivClassName
{
background-color: #D7931D;
}
.BgClassName
{
background-color: #D7931D;
}
</style>
border-color css
<style>
span { border-color: #D7931D; }
span { border-color: rgb(215,147,29); }
td.TdClassName
{
border-color: #D7931D;
}
.TagClassName
{
border-color: #D7931D;
}
</style>