Shades of Buttercup #D7911C
Tints of Buttercup #D7911C
RGB
CMYK
RGB Variations
Color information
#D7911C (or 0xD7911C) is known color: Buttercup. HEX triplet: D7, 91 and 1C. RGB value is (215,145,28). Sum of RGB (Red+Green+Blue) = 215+145+28=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D7911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7911C is #286EE3. Grayscale: #999999. Windows color (decimal): -2649828 or 1872343. OLE color: 1872343.
HSL color Cylindrical-coordinate representation of color #D7911C: hue angle of 37.54º 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 #D7911C is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 28 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.16 |
| HSL | 37.54º | 0.77% | 0.48% | - |
| HSV(B) | 37.54º | 0.87% | 0.84% | - |
| XYZ | 38.36 | 34.78 | 5.79 | - |
| YUV | 152.59 | 57.69 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 28 | 0 | 0.33 | 0.87 | 0.16 | 37.54 | 0.77 | 0.48 |
| Hex | D7 | 91 | 1C | 0 | 21 | 57 | 10 | 26 | 4D | 30 |
| Octal | 327 | 221 | 34 | 0 | 41 | 127 | 20 | 46 | 115 | 60 |
| Binary | 11010111 | 10010001 | 11100 | 0 | 100001 | 1010111 | 10000 | 100110 | 1001101 | 110000 |
Color Harmonies of #D7911C
Complementary color
Monochromatic Colors of #D7911C
Black with #D7911C
Text Example
Text Example
White with #D7911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7911C; }
p { color: rgb(215,145,28); }
H1.HeaderClassName
{
color: #D7911C;
}
.AnyTagClassName
{
color: #D7911C;
}
</style>
background-color css
<style>
a { background-color: #D7911C; }
a { background-color: rgb(215,145,28); }
div.DivClassName
{
background-color: #D7911C;
}
.BgClassName
{
background-color: #D7911C;
}
</style>
border-color css
<style>
span { border-color: #D7911C; }
span { border-color: rgb(215,145,28); }
td.TdClassName
{
border-color: #D7911C;
}
.TagClassName
{
border-color: #D7911C;
}
</style>