Shades of Buttercup #D18F18
Tints of Buttercup #D18F18
RGB
CMYK
RGB Variations
Color information
#D18F18 (or 0xD18F18) is known color: Buttercup. HEX triplet: D1, 8F and 18. RGB value is (209,143,24). Sum of RGB (Red+Green+Blue) = 209+143+24=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18F18 is #2E70E7. Grayscale: #959595. Windows color (decimal): -3043560 or 1609681. OLE color: 1609681.
HSL color Cylindrical-coordinate representation of color #D18F18: hue angle of 38.59º 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 #D18F18 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 24 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.18 |
| HSL | 38.59º | 0.79% | 0.46% | - |
| HSV(B) | 38.59º | 0.89% | 0.82% | - |
| XYZ | 36.28 | 33.27 | 5.37 | - |
| YUV | 149.17 | 57.37 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 24 | 0 | 0.32 | 0.89 | 0.18 | 38.59 | 0.79 | 0.46 |
| Hex | D1 | 8F | 18 | 0 | 20 | 59 | 12 | 27 | 4F | 2E |
| Octal | 321 | 217 | 30 | 0 | 40 | 131 | 22 | 47 | 117 | 56 |
| Binary | 11010001 | 10001111 | 11000 | 0 | 100000 | 1011001 | 10010 | 100111 | 1001111 | 101110 |
Color Harmonies of #D18F18
Complementary color
Monochromatic Colors of #D18F18
Black with #D18F18
Text Example
Text Example
White with #D18F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F18; }
p { color: rgb(209,143,24); }
H1.HeaderClassName
{
color: #D18F18;
}
.AnyTagClassName
{
color: #D18F18;
}
</style>
background-color css
<style>
a { background-color: #D18F18; }
a { background-color: rgb(209,143,24); }
div.DivClassName
{
background-color: #D18F18;
}
.BgClassName
{
background-color: #D18F18;
}
</style>
border-color css
<style>
span { border-color: #D18F18; }
span { border-color: rgb(209,143,24); }
td.TdClassName
{
border-color: #D18F18;
}
.TagClassName
{
border-color: #D18F18;
}
</style>