Shades of Buttercup #D7991D
Tints of Buttercup #D7991D
RGB
CMYK
RGB Variations
Color information
#D7991D (or 0xD7991D) is known color: Buttercup. HEX triplet: D7, 99 and 1D. RGB value is (215,153,29). Sum of RGB (Red+Green+Blue) = 215+153+29=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D7991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7991D is #2866E2. Grayscale: #9D9D9D. Windows color (decimal): -2647779 or 1939927. OLE color: 1939927.
HSL color Cylindrical-coordinate representation of color #D7991D: hue angle of 40º 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 #D7991D is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 29 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.16 |
| HSL | 40º | 0.76% | 0.48% | - |
| HSV(B) | 40º | 0.87% | 0.84% | - |
| XYZ | 39.64 | 37.32 | 6.28 | - |
| YUV | 157.4 | 55.54 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 29 | 0 | 0.29 | 0.87 | 0.16 | 40 | 0.76 | 0.48 |
| Hex | D7 | 99 | 1D | 0 | 1D | 57 | 10 | 28 | 4C | 30 |
| Octal | 327 | 231 | 35 | 0 | 35 | 127 | 20 | 50 | 114 | 60 |
| Binary | 11010111 | 10011001 | 11101 | 0 | 11101 | 1010111 | 10000 | 101000 | 1001100 | 110000 |
Color Harmonies of #D7991D
Complementary color
Monochromatic Colors of #D7991D
Black with #D7991D
Text Example
Text Example
White with #D7991D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7991D; }
p { color: rgb(215,153,29); }
H1.HeaderClassName
{
color: #D7991D;
}
.AnyTagClassName
{
color: #D7991D;
}
</style>
background-color css
<style>
a { background-color: #D7991D; }
a { background-color: rgb(215,153,29); }
div.DivClassName
{
background-color: #D7991D;
}
.BgClassName
{
background-color: #D7991D;
}
</style>
border-color css
<style>
span { border-color: #D7991D; }
span { border-color: rgb(215,153,29); }
td.TdClassName
{
border-color: #D7991D;
}
.TagClassName
{
border-color: #D7991D;
}
</style>