Shades of Buttercup #D7911A
Tints of Buttercup #D7911A
RGB
CMYK
RGB Variations
Color information
#D7911A (or 0xD7911A) is known color: Buttercup. HEX triplet: D7, 91 and 1A. RGB value is (215,145,26). Sum of RGB (Red+Green+Blue) = 215+145+26=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D7911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7911A is #286EE5. Grayscale: #989898. Windows color (decimal): -2649830 or 1741271. OLE color: 1741271.
HSL color Cylindrical-coordinate representation of color #D7911A: hue angle of 37.78º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7911A is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 26 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.16 |
| HSL | 37.78º | 0.78% | 0.47% | - |
| HSV(B) | 37.78º | 0.88% | 0.84% | - |
| XYZ | 38.34 | 34.77 | 5.67 | - |
| YUV | 152.36 | 56.69 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 26 | 0 | 0.33 | 0.88 | 0.16 | 37.78 | 0.78 | 0.47 |
| Hex | D7 | 91 | 1A | 0 | 21 | 58 | 10 | 26 | 4E | 2F |
| Octal | 327 | 221 | 32 | 0 | 41 | 130 | 20 | 46 | 116 | 57 |
| Binary | 11010111 | 10010001 | 11010 | 0 | 100001 | 1011000 | 10000 | 100110 | 1001110 | 101111 |
Color Harmonies of #D7911A
Complementary color
Monochromatic Colors of #D7911A
Black with #D7911A
Text Example
Text Example
White with #D7911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7911A; }
p { color: rgb(215,145,26); }
H1.HeaderClassName
{
color: #D7911A;
}
.AnyTagClassName
{
color: #D7911A;
}
</style>
background-color css
<style>
a { background-color: #D7911A; }
a { background-color: rgb(215,145,26); }
div.DivClassName
{
background-color: #D7911A;
}
.BgClassName
{
background-color: #D7911A;
}
</style>
border-color css
<style>
span { border-color: #D7911A; }
span { border-color: rgb(215,145,26); }
td.TdClassName
{
border-color: #D7911A;
}
.TagClassName
{
border-color: #D7911A;
}
</style>