Shades of Buttercup #D59C31
Tints of Buttercup #D59C31
RGB
CMYK
RGB Variations
Color information
#D59C31 (or 0xD59C31) is known color: Buttercup. HEX triplet: D5, 9C and 31. RGB value is (213,156,49). Sum of RGB (Red+Green+Blue) = 213+156+49=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59C31 is #2A63CE. Grayscale: #A1A1A1. Windows color (decimal): -2778063 or 3251413. OLE color: 3251413.
HSL color Cylindrical-coordinate representation of color #D59C31: hue angle of 39.15º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D59C31 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 49 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.16 |
| HSL | 39.15º | 0.66% | 0.51% | - |
| HSV(B) | 39.15º | 0.77% | 0.84% | - |
| XYZ | 39.88 | 38.14 | 8.17 | - |
| YUV | 160.85 | 64.88 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 49 | 0 | 0.27 | 0.77 | 0.16 | 39.15 | 0.66 | 0.51 |
| Hex | D5 | 9C | 31 | 0 | 1B | 4D | 10 | 27 | 42 | 33 |
| Octal | 325 | 234 | 61 | 0 | 33 | 115 | 20 | 47 | 102 | 63 |
| Binary | 11010101 | 10011100 | 110001 | 0 | 11011 | 1001101 | 10000 | 100111 | 1000010 | 110011 |
Color Harmonies of #D59C31
Complementary color
Monochromatic Colors of #D59C31
Black with #D59C31
Text Example
Text Example
White with #D59C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C31; }
p { color: rgb(213,156,49); }
H1.HeaderClassName
{
color: #D59C31;
}
.AnyTagClassName
{
color: #D59C31;
}
</style>
background-color css
<style>
a { background-color: #D59C31; }
a { background-color: rgb(213,156,49); }
div.DivClassName
{
background-color: #D59C31;
}
.BgClassName
{
background-color: #D59C31;
}
</style>
border-color css
<style>
span { border-color: #D59C31; }
span { border-color: rgb(213,156,49); }
td.TdClassName
{
border-color: #D59C31;
}
.TagClassName
{
border-color: #D59C31;
}
</style>