Shades of Buttercup #D7921C
Tints of Buttercup #D7921C
RGB
CMYK
RGB Variations
Color information
#D7921C (or 0xD7921C) is known color: Buttercup. HEX triplet: D7, 92 and 1C. RGB value is (215,146,28). Sum of RGB (Red+Green+Blue) = 215+146+28=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D7921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7921C is #286DE3. Grayscale: #999999. Windows color (decimal): -2649572 or 1872599. OLE color: 1872599.
HSL color Cylindrical-coordinate representation of color #D7921C: hue angle of 37.86º degrees, saturation: 0.77, 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 #D7921C is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 28 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.16 |
| HSL | 37.86º | 0.77% | 0.48% | - |
| HSV(B) | 37.86º | 0.87% | 0.84% | - |
| XYZ | 38.51 | 35.09 | 5.84 | - |
| YUV | 153.18 | 57.36 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 28 | 0 | 0.32 | 0.87 | 0.16 | 37.86 | 0.77 | 0.48 |
| Hex | D7 | 92 | 1C | 0 | 20 | 57 | 10 | 26 | 4D | 30 |
| Octal | 327 | 222 | 34 | 0 | 40 | 127 | 20 | 46 | 115 | 60 |
| Binary | 11010111 | 10010010 | 11100 | 0 | 100000 | 1010111 | 10000 | 100110 | 1001101 | 110000 |
Color Harmonies of #D7921C
Complementary color
Monochromatic Colors of #D7921C
Black with #D7921C
Text Example
Text Example
White with #D7921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7921C; }
p { color: rgb(215,146,28); }
H1.HeaderClassName
{
color: #D7921C;
}
.AnyTagClassName
{
color: #D7921C;
}
</style>
background-color css
<style>
a { background-color: #D7921C; }
a { background-color: rgb(215,146,28); }
div.DivClassName
{
background-color: #D7921C;
}
.BgClassName
{
background-color: #D7921C;
}
</style>
border-color css
<style>
span { border-color: #D7921C; }
span { border-color: rgb(215,146,28); }
td.TdClassName
{
border-color: #D7921C;
}
.TagClassName
{
border-color: #D7921C;
}
</style>