Shades of Buttercup #D58C18
Tints of Buttercup #D58C18
RGB
CMYK
RGB Variations
Color information
#D58C18 (or 0xD58C18) is known color: Buttercup. HEX triplet: D5, 8C and 18. RGB value is (213,140,24). Sum of RGB (Red+Green+Blue) = 213+140+24=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58C18 is #2A73E7. Grayscale: #959595. Windows color (decimal): -2782184 or 1608917. OLE color: 1608917.
HSL color Cylindrical-coordinate representation of color #D58C18: hue angle of 36.83º 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 #D58C18 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 24 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.16 |
| HSL | 36.83º | 0.8% | 0.46% | - |
| HSV(B) | 36.83º | 0.89% | 0.84% | - |
| XYZ | 36.98 | 32.97 | 5.28 | - |
| YUV | 148.6 | 57.68 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 24 | 0 | 0.34 | 0.89 | 0.16 | 36.83 | 0.8 | 0.46 |
| Hex | D5 | 8C | 18 | 0 | 22 | 59 | 10 | 25 | 50 | 2E |
| Octal | 325 | 214 | 30 | 0 | 42 | 131 | 20 | 45 | 120 | 56 |
| Binary | 11010101 | 10001100 | 11000 | 0 | 100010 | 1011001 | 10000 | 100101 | 1010000 | 101110 |
Color Harmonies of #D58C18
Complementary color
Monochromatic Colors of #D58C18
Black with #D58C18
Text Example
Text Example
White with #D58C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C18; }
p { color: rgb(213,140,24); }
H1.HeaderClassName
{
color: #D58C18;
}
.AnyTagClassName
{
color: #D58C18;
}
</style>
background-color css
<style>
a { background-color: #D58C18; }
a { background-color: rgb(213,140,24); }
div.DivClassName
{
background-color: #D58C18;
}
.BgClassName
{
background-color: #D58C18;
}
</style>
border-color css
<style>
span { border-color: #D58C18; }
span { border-color: rgb(213,140,24); }
td.TdClassName
{
border-color: #D58C18;
}
.TagClassName
{
border-color: #D58C18;
}
</style>