Shades of Buttercup #D59B31
Tints of Buttercup #D59B31
RGB
CMYK
RGB Variations
Color information
#D59B31 (or 0xD59B31) is known color: Buttercup. HEX triplet: D5, 9B and 31. RGB value is (213,155,49). Sum of RGB (Red+Green+Blue) = 213+155+49=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59B31 is #2A64CE. Grayscale: #A0A0A0. Windows color (decimal): -2778319 or 3251157. OLE color: 3251157.
HSL color Cylindrical-coordinate representation of color #D59B31: hue angle of 38.78º 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 #D59B31 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 49 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.16 |
| HSL | 38.78º | 0.66% | 0.51% | - |
| HSV(B) | 38.78º | 0.77% | 0.84% | - |
| XYZ | 39.72 | 37.81 | 8.11 | - |
| YUV | 160.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 49 | 0 | 0.27 | 0.77 | 0.16 | 38.78 | 0.66 | 0.51 |
| Hex | D5 | 9B | 31 | 0 | 1B | 4D | 10 | 27 | 42 | 33 |
| Octal | 325 | 233 | 61 | 0 | 33 | 115 | 20 | 47 | 102 | 63 |
| Binary | 11010101 | 10011011 | 110001 | 0 | 11011 | 1001101 | 10000 | 100111 | 1000010 | 110011 |
Color Harmonies of #D59B31
Complementary color
Monochromatic Colors of #D59B31
Black with #D59B31
Text Example
Text Example
White with #D59B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B31; }
p { color: rgb(213,155,49); }
H1.HeaderClassName
{
color: #D59B31;
}
.AnyTagClassName
{
color: #D59B31;
}
</style>
background-color css
<style>
a { background-color: #D59B31; }
a { background-color: rgb(213,155,49); }
div.DivClassName
{
background-color: #D59B31;
}
.BgClassName
{
background-color: #D59B31;
}
</style>
border-color css
<style>
span { border-color: #D59B31; }
span { border-color: rgb(213,155,49); }
td.TdClassName
{
border-color: #D59B31;
}
.TagClassName
{
border-color: #D59B31;
}
</style>