Shades of Buttercup #D58E1E
Tints of Buttercup #D58E1E
RGB
CMYK
RGB Variations
Color information
#D58E1E (or 0xD58E1E) is known color: Buttercup. HEX triplet: D5, 8E and 1E. RGB value is (213,142,30). Sum of RGB (Red+Green+Blue) = 213+142+30=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58E1E is #2A71E1. Grayscale: #969696. Windows color (decimal): -2781666 or 2002645. OLE color: 2002645.
HSL color Cylindrical-coordinate representation of color #D58E1E: hue angle of 36.72º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D58E1E is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 30 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.16 |
| HSL | 36.72º | 0.75% | 0.48% | - |
| HSV(B) | 36.72º | 0.86% | 0.84% | - |
| XYZ | 37.35 | 33.59 | 5.74 | - |
| YUV | 150.46 | 60.02 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 30 | 0 | 0.33 | 0.86 | 0.16 | 36.72 | 0.75 | 0.48 |
| Hex | D5 | 8E | 1E | 0 | 21 | 56 | 10 | 25 | 4B | 30 |
| Octal | 325 | 216 | 36 | 0 | 41 | 126 | 20 | 45 | 113 | 60 |
| Binary | 11010101 | 10001110 | 11110 | 0 | 100001 | 1010110 | 10000 | 100101 | 1001011 | 110000 |
Color Harmonies of #D58E1E
Complementary color
Monochromatic Colors of #D58E1E
Black with #D58E1E
Text Example
Text Example
White with #D58E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E1E; }
p { color: rgb(213,142,30); }
H1.HeaderClassName
{
color: #D58E1E;
}
.AnyTagClassName
{
color: #D58E1E;
}
</style>
background-color css
<style>
a { background-color: #D58E1E; }
a { background-color: rgb(213,142,30); }
div.DivClassName
{
background-color: #D58E1E;
}
.BgClassName
{
background-color: #D58E1E;
}
</style>
border-color css
<style>
span { border-color: #D58E1E; }
span { border-color: rgb(213,142,30); }
td.TdClassName
{
border-color: #D58E1E;
}
.TagClassName
{
border-color: #D58E1E;
}
</style>