Shades of Buttercup #D1942B
Tints of Buttercup #D1942B
RGB
CMYK
RGB Variations
Color information
#D1942B (or 0xD1942B) is known color: Buttercup. HEX triplet: D1, 94 and 2B. RGB value is (209,148,43). Sum of RGB (Red+Green+Blue) = 209+148+43=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1942B is #2E6BD4. Grayscale: #9A9A9A. Windows color (decimal): -3042261 or 2856145. OLE color: 2856145.
HSL color Cylindrical-coordinate representation of color #D1942B: hue angle of 37.95º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1942B is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 43 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.18 |
| HSL | 37.95º | 0.66% | 0.49% | - |
| HSV(B) | 37.95º | 0.79% | 0.82% | - |
| XYZ | 37.32 | 34.91 | 7.06 | - |
| YUV | 154.27 | 65.21 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 43 | 0 | 0.29 | 0.79 | 0.18 | 37.95 | 0.66 | 0.49 |
| Hex | D1 | 94 | 2B | 0 | 1D | 4F | 12 | 26 | 42 | 31 |
| Octal | 321 | 224 | 53 | 0 | 35 | 117 | 22 | 46 | 102 | 61 |
| Binary | 11010001 | 10010100 | 101011 | 0 | 11101 | 1001111 | 10010 | 100110 | 1000010 | 110001 |
Color Harmonies of #D1942B
Complementary color
Monochromatic Colors of #D1942B
Black with #D1942B
Text Example
Text Example
White with #D1942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1942B; }
p { color: rgb(209,148,43); }
H1.HeaderClassName
{
color: #D1942B;
}
.AnyTagClassName
{
color: #D1942B;
}
</style>
background-color css
<style>
a { background-color: #D1942B; }
a { background-color: rgb(209,148,43); }
div.DivClassName
{
background-color: #D1942B;
}
.BgClassName
{
background-color: #D1942B;
}
</style>
border-color css
<style>
span { border-color: #D1942B; }
span { border-color: rgb(209,148,43); }
td.TdClassName
{
border-color: #D1942B;
}
.TagClassName
{
border-color: #D1942B;
}
</style>