Shades of Buttercup #D18B17
Tints of Buttercup #D18B17
RGB
CMYK
RGB Variations
Color information
#D18B17 (or 0xD18B17) is known color: Buttercup. HEX triplet: D1, 8B and 17. RGB value is (209,139,23). Sum of RGB (Red+Green+Blue) = 209+139+23=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18B17 is #2E74E8. Grayscale: #939393. Windows color (decimal): -3044585 or 1543121. OLE color: 1543121.
HSL color Cylindrical-coordinate representation of color #D18B17: hue angle of 37.42º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D18B17 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 23 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.18 |
| HSL | 37.42º | 0.8% | 0.45% | - |
| HSV(B) | 37.42º | 0.89% | 0.82% | - |
| XYZ | 35.68 | 32.08 | 5.12 | - |
| YUV | 146.71 | 58.19 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 23 | 0 | 0.33 | 0.89 | 0.18 | 37.42 | 0.8 | 0.45 |
| Hex | D1 | 8B | 17 | 0 | 21 | 59 | 12 | 25 | 50 | 2D |
| Octal | 321 | 213 | 27 | 0 | 41 | 131 | 22 | 45 | 120 | 55 |
| Binary | 11010001 | 10001011 | 10111 | 0 | 100001 | 1011001 | 10010 | 100101 | 1010000 | 101101 |
Color Harmonies of #D18B17
Complementary color
Monochromatic Colors of #D18B17
Black with #D18B17
Text Example
Text Example
White with #D18B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B17; }
p { color: rgb(209,139,23); }
H1.HeaderClassName
{
color: #D18B17;
}
.AnyTagClassName
{
color: #D18B17;
}
</style>
background-color css
<style>
a { background-color: #D18B17; }
a { background-color: rgb(209,139,23); }
div.DivClassName
{
background-color: #D18B17;
}
.BgClassName
{
background-color: #D18B17;
}
</style>
border-color css
<style>
span { border-color: #D18B17; }
span { border-color: rgb(209,139,23); }
td.TdClassName
{
border-color: #D18B17;
}
.TagClassName
{
border-color: #D18B17;
}
</style>