Shades of Buttercup #D59B2F
Tints of Buttercup #D59B2F
RGB
CMYK
RGB Variations
Color information
#D59B2F (or 0xD59B2F) is known color: Buttercup. HEX triplet: D5, 9B and 2F. RGB value is (213,155,47). Sum of RGB (Red+Green+Blue) = 213+155+47=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59B2F is #2A64D0. Grayscale: #A0A0A0. Windows color (decimal): -2778321 or 3120085. OLE color: 3120085.
HSL color Cylindrical-coordinate representation of color #D59B2F: hue angle of 39.04º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D59B2F is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 47 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.16 |
| HSL | 39.04º | 0.66% | 0.51% | - |
| HSV(B) | 39.04º | 0.78% | 0.84% | - |
| XYZ | 39.68 | 37.79 | 7.89 | - |
| YUV | 160.03 | 64.22 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 47 | 0 | 0.27 | 0.78 | 0.16 | 39.04 | 0.66 | 0.51 |
| Hex | D5 | 9B | 2F | 0 | 1B | 4E | 10 | 27 | 42 | 33 |
| Octal | 325 | 233 | 57 | 0 | 33 | 116 | 20 | 47 | 102 | 63 |
| Binary | 11010101 | 10011011 | 101111 | 0 | 11011 | 1001110 | 10000 | 100111 | 1000010 | 110011 |
Color Harmonies of #D59B2F
Complementary color
Monochromatic Colors of #D59B2F
Black with #D59B2F
Text Example
Text Example
White with #D59B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B2F; }
p { color: rgb(213,155,47); }
H1.HeaderClassName
{
color: #D59B2F;
}
.AnyTagClassName
{
color: #D59B2F;
}
</style>
background-color css
<style>
a { background-color: #D59B2F; }
a { background-color: rgb(213,155,47); }
div.DivClassName
{
background-color: #D59B2F;
}
.BgClassName
{
background-color: #D59B2F;
}
</style>
border-color css
<style>
span { border-color: #D59B2F; }
span { border-color: rgb(213,155,47); }
td.TdClassName
{
border-color: #D59B2F;
}
.TagClassName
{
border-color: #D59B2F;
}
</style>