Shades of Buttercup #D59A31
Tints of Buttercup #D59A31
RGB
CMYK
RGB Variations
Color information
#D59A31 (or 0xD59A31) is known color: Buttercup. HEX triplet: D5, 9A and 31. RGB value is (213,154,49). Sum of RGB (Red+Green+Blue) = 213+154+49=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A31 is #2A65CE. Grayscale: #A0A0A0. Windows color (decimal): -2778575 or 3250901. OLE color: 3250901.
HSL color Cylindrical-coordinate representation of color #D59A31: hue angle of 38.41º 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 #D59A31 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 49 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.16 |
| HSL | 38.41º | 0.66% | 0.51% | - |
| HSV(B) | 38.41º | 0.77% | 0.84% | - |
| XYZ | 39.55 | 37.48 | 8.06 | - |
| YUV | 159.67 | 65.55 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 49 | 0 | 0.28 | 0.77 | 0.16 | 38.41 | 0.66 | 0.51 |
| Hex | D5 | 9A | 31 | 0 | 1C | 4D | 10 | 26 | 42 | 33 |
| Octal | 325 | 232 | 61 | 0 | 34 | 115 | 20 | 46 | 102 | 63 |
| Binary | 11010101 | 10011010 | 110001 | 0 | 11100 | 1001101 | 10000 | 100110 | 1000010 | 110011 |
Color Harmonies of #D59A31
Complementary color
Monochromatic Colors of #D59A31
Black with #D59A31
Text Example
Text Example
White with #D59A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A31; }
p { color: rgb(213,154,49); }
H1.HeaderClassName
{
color: #D59A31;
}
.AnyTagClassName
{
color: #D59A31;
}
</style>
background-color css
<style>
a { background-color: #D59A31; }
a { background-color: rgb(213,154,49); }
div.DivClassName
{
background-color: #D59A31;
}
.BgClassName
{
background-color: #D59A31;
}
</style>
border-color css
<style>
span { border-color: #D59A31; }
span { border-color: rgb(213,154,49); }
td.TdClassName
{
border-color: #D59A31;
}
.TagClassName
{
border-color: #D59A31;
}
</style>