Shades of Buttercup #D7942D
Tints of Buttercup #D7942D
RGB
CMYK
RGB Variations
Color information
#D7942D (or 0xD7942D) is known color: Buttercup. HEX triplet: D7, 94 and 2D. RGB value is (215,148,45). Sum of RGB (Red+Green+Blue) = 215+148+45=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7942D is #286BD2. Grayscale: #9C9C9C. Windows color (decimal): -2649043 or 2987223. OLE color: 2987223.
HSL color Cylindrical-coordinate representation of color #D7942D: hue angle of 36.35º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7942D is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 45 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.16 |
| HSL | 36.35º | 0.68% | 0.51% | - |
| HSV(B) | 36.35º | 0.79% | 0.84% | - |
| XYZ | 39.09 | 35.82 | 7.34 | - |
| YUV | 156.29 | 65.2 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 45 | 0 | 0.31 | 0.79 | 0.16 | 36.35 | 0.68 | 0.51 |
| Hex | D7 | 94 | 2D | 0 | 1F | 4F | 10 | 24 | 44 | 33 |
| Octal | 327 | 224 | 55 | 0 | 37 | 117 | 20 | 44 | 104 | 63 |
| Binary | 11010111 | 10010100 | 101101 | 0 | 11111 | 1001111 | 10000 | 100100 | 1000100 | 110011 |
Color Harmonies of #D7942D
Complementary color
Monochromatic Colors of #D7942D
Black with #D7942D
Text Example
Text Example
White with #D7942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7942D; }
p { color: rgb(215,148,45); }
H1.HeaderClassName
{
color: #D7942D;
}
.AnyTagClassName
{
color: #D7942D;
}
</style>
background-color css
<style>
a { background-color: #D7942D; }
a { background-color: rgb(215,148,45); }
div.DivClassName
{
background-color: #D7942D;
}
.BgClassName
{
background-color: #D7942D;
}
</style>
border-color css
<style>
span { border-color: #D7942D; }
span { border-color: rgb(215,148,45); }
td.TdClassName
{
border-color: #D7942D;
}
.TagClassName
{
border-color: #D7942D;
}
</style>