Shades of Buttercup #D7911D
Tints of Buttercup #D7911D
RGB
CMYK
RGB Variations
Color information
#D7911D (or 0xD7911D) is known color: Buttercup. HEX triplet: D7, 91 and 1D. RGB value is (215,145,29). Sum of RGB (Red+Green+Blue) = 215+145+29=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D7911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7911D is #286EE2. Grayscale: #999999. Windows color (decimal): -2649827 or 1937879. OLE color: 1937879.
HSL color Cylindrical-coordinate representation of color #D7911D: hue angle of 37.42º degrees, saturation: 0.76, 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 #D7911D is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 29 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.16 |
| HSL | 37.42º | 0.76% | 0.48% | - |
| HSV(B) | 37.42º | 0.87% | 0.84% | - |
| XYZ | 38.37 | 34.79 | 5.85 | - |
| YUV | 152.71 | 58.19 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 29 | 0 | 0.33 | 0.87 | 0.16 | 37.42 | 0.76 | 0.48 |
| Hex | D7 | 91 | 1D | 0 | 21 | 57 | 10 | 25 | 4C | 30 |
| Octal | 327 | 221 | 35 | 0 | 41 | 127 | 20 | 45 | 114 | 60 |
| Binary | 11010111 | 10010001 | 11101 | 0 | 100001 | 1010111 | 10000 | 100101 | 1001100 | 110000 |
Color Harmonies of #D7911D
Complementary color
Monochromatic Colors of #D7911D
Black with #D7911D
Text Example
Text Example
White with #D7911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7911D; }
p { color: rgb(215,145,29); }
H1.HeaderClassName
{
color: #D7911D;
}
.AnyTagClassName
{
color: #D7911D;
}
</style>
background-color css
<style>
a { background-color: #D7911D; }
a { background-color: rgb(215,145,29); }
div.DivClassName
{
background-color: #D7911D;
}
.BgClassName
{
background-color: #D7911D;
}
</style>
border-color css
<style>
span { border-color: #D7911D; }
span { border-color: rgb(215,145,29); }
td.TdClassName
{
border-color: #D7911D;
}
.TagClassName
{
border-color: #D7911D;
}
</style>