Shades of Buttercup #D58818
Tints of Buttercup #D58818
RGB
CMYK
RGB Variations
Color information
#D58818 (or 0xD58818) is known color: Buttercup. HEX triplet: D5, 88 and 18. RGB value is (213,136,24). Sum of RGB (Red+Green+Blue) = 213+136+24=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D58818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58818 is #2A77E7. Grayscale: #929292. Windows color (decimal): -2783208 or 1607893. OLE color: 1607893.
HSL color Cylindrical-coordinate representation of color #D58818: hue angle of 35.56º 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 #D58818 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 24 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.16 |
| HSL | 35.56º | 0.8% | 0.46% | - |
| HSV(B) | 35.56º | 0.89% | 0.84% | - |
| XYZ | 36.41 | 31.82 | 5.09 | - |
| YUV | 146.26 | 59.01 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 24 | 0 | 0.36 | 0.89 | 0.16 | 35.56 | 0.8 | 0.46 |
| Hex | D5 | 88 | 18 | 0 | 24 | 59 | 10 | 24 | 50 | 2E |
| Octal | 325 | 210 | 30 | 0 | 44 | 131 | 20 | 44 | 120 | 56 |
| Binary | 11010101 | 10001000 | 11000 | 0 | 100100 | 1011001 | 10000 | 100100 | 1010000 | 101110 |
Color Harmonies of #D58818
Complementary color
Monochromatic Colors of #D58818
Black with #D58818
Text Example
Text Example
White with #D58818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58818; }
p { color: rgb(213,136,24); }
H1.HeaderClassName
{
color: #D58818;
}
.AnyTagClassName
{
color: #D58818;
}
</style>
background-color css
<style>
a { background-color: #D58818; }
a { background-color: rgb(213,136,24); }
div.DivClassName
{
background-color: #D58818;
}
.BgClassName
{
background-color: #D58818;
}
</style>
border-color css
<style>
span { border-color: #D58818; }
span { border-color: rgb(213,136,24); }
td.TdClassName
{
border-color: #D58818;
}
.TagClassName
{
border-color: #D58818;
}
</style>