Shades of Buttercup #D18C18
Tints of Buttercup #D18C18
RGB
CMYK
RGB Variations
Color information
#D18C18 (or 0xD18C18) is known color: Buttercup. HEX triplet: D1, 8C and 18. RGB value is (209,140,24). Sum of RGB (Red+Green+Blue) = 209+140+24=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18C18 is #2E73E7. Grayscale: #939393. Windows color (decimal): -3044328 or 1608913. OLE color: 1608913.
HSL color Cylindrical-coordinate representation of color #D18C18: hue angle of 37.62º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D18C18 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 24 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.18 |
| HSL | 37.62º | 0.79% | 0.46% | - |
| HSV(B) | 37.62º | 0.89% | 0.82% | - |
| XYZ | 35.84 | 32.38 | 5.22 | - |
| YUV | 147.41 | 58.36 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 24 | 0 | 0.33 | 0.89 | 0.18 | 37.62 | 0.79 | 0.46 |
| Hex | D1 | 8C | 18 | 0 | 21 | 59 | 12 | 26 | 4F | 2E |
| Octal | 321 | 214 | 30 | 0 | 41 | 131 | 22 | 46 | 117 | 56 |
| Binary | 11010001 | 10001100 | 11000 | 0 | 100001 | 1011001 | 10010 | 100110 | 1001111 | 101110 |
Color Harmonies of #D18C18
Complementary color
Monochromatic Colors of #D18C18
Black with #D18C18
Text Example
Text Example
White with #D18C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18C18; }
p { color: rgb(209,140,24); }
H1.HeaderClassName
{
color: #D18C18;
}
.AnyTagClassName
{
color: #D18C18;
}
</style>
background-color css
<style>
a { background-color: #D18C18; }
a { background-color: rgb(209,140,24); }
div.DivClassName
{
background-color: #D18C18;
}
.BgClassName
{
background-color: #D18C18;
}
</style>
border-color css
<style>
span { border-color: #D18C18; }
span { border-color: rgb(209,140,24); }
td.TdClassName
{
border-color: #D18C18;
}
.TagClassName
{
border-color: #D18C18;
}
</style>