Shades of Buttercup #D59118
Tints of Buttercup #D59118
RGB
CMYK
RGB Variations
Color information
#D59118 (or 0xD59118) is known color: Buttercup. HEX triplet: D5, 91 and 18. RGB value is (213,145,24). Sum of RGB (Red+Green+Blue) = 213+145+24=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D59118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59118 is #2A6EE7. Grayscale: #989898. Windows color (decimal): -2780904 or 1610197. OLE color: 1610197.
HSL color Cylindrical-coordinate representation of color #D59118: hue angle of 38.41º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D59118 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 24 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.16 |
| HSL | 38.41º | 0.8% | 0.46% | - |
| HSV(B) | 38.41º | 0.89% | 0.84% | - |
| XYZ | 37.73 | 34.46 | 5.53 | - |
| YUV | 151.54 | 56.03 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 24 | 0 | 0.32 | 0.89 | 0.16 | 38.41 | 0.8 | 0.46 |
| Hex | D5 | 91 | 18 | 0 | 20 | 59 | 10 | 26 | 50 | 2E |
| Octal | 325 | 221 | 30 | 0 | 40 | 131 | 20 | 46 | 120 | 56 |
| Binary | 11010101 | 10010001 | 11000 | 0 | 100000 | 1011001 | 10000 | 100110 | 1010000 | 101110 |
Color Harmonies of #D59118
Complementary color
Monochromatic Colors of #D59118
Black with #D59118
Text Example
Text Example
White with #D59118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59118; }
p { color: rgb(213,145,24); }
H1.HeaderClassName
{
color: #D59118;
}
.AnyTagClassName
{
color: #D59118;
}
</style>
background-color css
<style>
a { background-color: #D59118; }
a { background-color: rgb(213,145,24); }
div.DivClassName
{
background-color: #D59118;
}
.BgClassName
{
background-color: #D59118;
}
</style>
border-color css
<style>
span { border-color: #D59118; }
span { border-color: rgb(213,145,24); }
td.TdClassName
{
border-color: #D59118;
}
.TagClassName
{
border-color: #D59118;
}
</style>