Shades of Buttercup #D7911F
Tints of Buttercup #D7911F
RGB
CMYK
RGB Variations
Color information
#D7911F (or 0xD7911F) is known color: Buttercup. HEX triplet: D7, 91 and 1F. RGB value is (215,145,31). Sum of RGB (Red+Green+Blue) = 215+145+31=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7911F is #286EE0. Grayscale: #999999. Windows color (decimal): -2649825 or 2068951. OLE color: 2068951.
HSL color Cylindrical-coordinate representation of color #D7911F: hue angle of 37.17º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7911F is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 31 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.16 |
| HSL | 37.17º | 0.75% | 0.48% | - |
| HSV(B) | 37.17º | 0.86% | 0.84% | - |
| XYZ | 38.4 | 34.8 | 5.99 | - |
| YUV | 152.93 | 59.19 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 31 | 0 | 0.33 | 0.86 | 0.16 | 37.17 | 0.75 | 0.48 |
| Hex | D7 | 91 | 1F | 0 | 21 | 56 | 10 | 25 | 4B | 30 |
| Octal | 327 | 221 | 37 | 0 | 41 | 126 | 20 | 45 | 113 | 60 |
| Binary | 11010111 | 10010001 | 11111 | 0 | 100001 | 1010110 | 10000 | 100101 | 1001011 | 110000 |
Color Harmonies of #D7911F
Complementary color
Monochromatic Colors of #D7911F
Black with #D7911F
Text Example
Text Example
White with #D7911F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7911F; }
p { color: rgb(215,145,31); }
H1.HeaderClassName
{
color: #D7911F;
}
.AnyTagClassName
{
color: #D7911F;
}
</style>
background-color css
<style>
a { background-color: #D7911F; }
a { background-color: rgb(215,145,31); }
div.DivClassName
{
background-color: #D7911F;
}
.BgClassName
{
background-color: #D7911F;
}
</style>
border-color css
<style>
span { border-color: #D7911F; }
span { border-color: rgb(215,145,31); }
td.TdClassName
{
border-color: #D7911F;
}
.TagClassName
{
border-color: #D7911F;
}
</style>