Shades of Buttercup #D18B1C
Tints of Buttercup #D18B1C
RGB
CMYK
RGB Variations
Color information
#D18B1C (or 0xD18B1C) is known color: Buttercup. HEX triplet: D1, 8B and 1C. RGB value is (209,139,28). Sum of RGB (Red+Green+Blue) = 209+139+28=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18B1C is #2E74E3. Grayscale: #939393. Windows color (decimal): -3044580 or 1870801. OLE color: 1870801.
HSL color Cylindrical-coordinate representation of color #D18B1C: hue angle of 36.8º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D18B1C is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 28 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.18 |
| HSL | 36.8º | 0.76% | 0.46% | - |
| HSV(B) | 36.8º | 0.87% | 0.82% | - |
| XYZ | 35.74 | 32.1 | 5.41 | - |
| YUV | 147.28 | 60.69 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 28 | 0 | 0.33 | 0.87 | 0.18 | 36.8 | 0.76 | 0.46 |
| Hex | D1 | 8B | 1C | 0 | 21 | 57 | 12 | 25 | 4C | 2E |
| Octal | 321 | 213 | 34 | 0 | 41 | 127 | 22 | 45 | 114 | 56 |
| Binary | 11010001 | 10001011 | 11100 | 0 | 100001 | 1010111 | 10010 | 100101 | 1001100 | 101110 |
Color Harmonies of #D18B1C
Complementary color
Monochromatic Colors of #D18B1C
Black with #D18B1C
Text Example
Text Example
White with #D18B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B1C; }
p { color: rgb(209,139,28); }
H1.HeaderClassName
{
color: #D18B1C;
}
.AnyTagClassName
{
color: #D18B1C;
}
</style>
background-color css
<style>
a { background-color: #D18B1C; }
a { background-color: rgb(209,139,28); }
div.DivClassName
{
background-color: #D18B1C;
}
.BgClassName
{
background-color: #D18B1C;
}
</style>
border-color css
<style>
span { border-color: #D18B1C; }
span { border-color: rgb(209,139,28); }
td.TdClassName
{
border-color: #D18B1C;
}
.TagClassName
{
border-color: #D18B1C;
}
</style>