Shades of Buttercup #D7942C
Tints of Buttercup #D7942C
RGB
CMYK
RGB Variations
Color information
#D7942C (or 0xD7942C) is known color: Buttercup. HEX triplet: D7, 94 and 2C. RGB value is (215,148,44). Sum of RGB (Red+Green+Blue) = 215+148+44=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7942C is #286BD3. Grayscale: #9C9C9C. Windows color (decimal): -2649044 or 2921687. OLE color: 2921687.
HSL color Cylindrical-coordinate representation of color #D7942C: hue angle of 36.49º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7942C is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 44 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.16 |
| HSL | 36.49º | 0.68% | 0.51% | - |
| HSV(B) | 36.49º | 0.8% | 0.84% | - |
| XYZ | 39.07 | 35.81 | 7.24 | - |
| YUV | 156.18 | 64.7 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 44 | 0 | 0.31 | 0.80 | 0.16 | 36.49 | 0.68 | 0.51 |
| Hex | D7 | 94 | 2C | 0 | 1F | 50 | 10 | 24 | 44 | 33 |
| Octal | 327 | 224 | 54 | 0 | 37 | 120 | 20 | 44 | 104 | 63 |
| Binary | 11010111 | 10010100 | 101100 | 0 | 11111 | 1010000 | 10000 | 100100 | 1000100 | 110011 |
Color Harmonies of #D7942C
Complementary color
Monochromatic Colors of #D7942C
Black with #D7942C
Text Example
Text Example
White with #D7942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7942C; }
p { color: rgb(215,148,44); }
H1.HeaderClassName
{
color: #D7942C;
}
.AnyTagClassName
{
color: #D7942C;
}
</style>
background-color css
<style>
a { background-color: #D7942C; }
a { background-color: rgb(215,148,44); }
div.DivClassName
{
background-color: #D7942C;
}
.BgClassName
{
background-color: #D7942C;
}
</style>
border-color css
<style>
span { border-color: #D7942C; }
span { border-color: rgb(215,148,44); }
td.TdClassName
{
border-color: #D7942C;
}
.TagClassName
{
border-color: #D7942C;
}
</style>