Shades of Buttercup #D7911E
Tints of Buttercup #D7911E
RGB
CMYK
RGB Variations
Color information
#D7911E (or 0xD7911E) is known color: Buttercup. HEX triplet: D7, 91 and 1E. RGB value is (215,145,30). Sum of RGB (Red+Green+Blue) = 215+145+30=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D7911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7911E is #286EE1. Grayscale: #999999. Windows color (decimal): -2649826 or 2003415. OLE color: 2003415.
HSL color Cylindrical-coordinate representation of color #D7911E: hue angle of 37.3º degrees, saturation: 0.76, 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 #D7911E is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 30 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.16 |
| HSL | 37.3º | 0.76% | 0.48% | - |
| HSV(B) | 37.3º | 0.86% | 0.84% | - |
| XYZ | 38.38 | 34.79 | 5.92 | - |
| YUV | 152.82 | 58.69 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 30 | 0 | 0.33 | 0.86 | 0.16 | 37.3 | 0.76 | 0.48 |
| Hex | D7 | 91 | 1E | 0 | 21 | 56 | 10 | 25 | 4C | 30 |
| Octal | 327 | 221 | 36 | 0 | 41 | 126 | 20 | 45 | 114 | 60 |
| Binary | 11010111 | 10010001 | 11110 | 0 | 100001 | 1010110 | 10000 | 100101 | 1001100 | 110000 |
Color Harmonies of #D7911E
Complementary color
Monochromatic Colors of #D7911E
Black with #D7911E
Text Example
Text Example
White with #D7911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7911E; }
p { color: rgb(215,145,30); }
H1.HeaderClassName
{
color: #D7911E;
}
.AnyTagClassName
{
color: #D7911E;
}
</style>
background-color css
<style>
a { background-color: #D7911E; }
a { background-color: rgb(215,145,30); }
div.DivClassName
{
background-color: #D7911E;
}
.BgClassName
{
background-color: #D7911E;
}
</style>
border-color css
<style>
span { border-color: #D7911E; }
span { border-color: rgb(215,145,30); }
td.TdClassName
{
border-color: #D7911E;
}
.TagClassName
{
border-color: #D7911E;
}
</style>