Shades of Buttercup #D58B18
Tints of Buttercup #D58B18
RGB
CMYK
RGB Variations
Color information
#D58B18 (or 0xD58B18) is known color: Buttercup. HEX triplet: D5, 8B and 18. RGB value is (213,139,24). Sum of RGB (Red+Green+Blue) = 213+139+24=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58B18 is #2A74E7. Grayscale: #949494. Windows color (decimal): -2782440 or 1608661. OLE color: 1608661.
HSL color Cylindrical-coordinate representation of color #D58B18: hue angle of 36.51º 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 #D58B18 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 24 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.16 |
| HSL | 36.51º | 0.8% | 0.46% | - |
| HSV(B) | 36.51º | 0.89% | 0.84% | - |
| XYZ | 36.84 | 32.68 | 5.23 | - |
| YUV | 148.02 | 58.02 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 24 | 0 | 0.35 | 0.89 | 0.16 | 36.51 | 0.8 | 0.46 |
| Hex | D5 | 8B | 18 | 0 | 23 | 59 | 10 | 25 | 50 | 2E |
| Octal | 325 | 213 | 30 | 0 | 43 | 131 | 20 | 45 | 120 | 56 |
| Binary | 11010101 | 10001011 | 11000 | 0 | 100011 | 1011001 | 10000 | 100101 | 1010000 | 101110 |
Color Harmonies of #D58B18
Complementary color
Monochromatic Colors of #D58B18
Black with #D58B18
Text Example
Text Example
White with #D58B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B18; }
p { color: rgb(213,139,24); }
H1.HeaderClassName
{
color: #D58B18;
}
.AnyTagClassName
{
color: #D58B18;
}
</style>
background-color css
<style>
a { background-color: #D58B18; }
a { background-color: rgb(213,139,24); }
div.DivClassName
{
background-color: #D58B18;
}
.BgClassName
{
background-color: #D58B18;
}
</style>
border-color css
<style>
span { border-color: #D58B18; }
span { border-color: rgb(213,139,24); }
td.TdClassName
{
border-color: #D58B18;
}
.TagClassName
{
border-color: #D58B18;
}
</style>