Shades of Buttercup #D59A2F
Tints of Buttercup #D59A2F
RGB
CMYK
RGB Variations
Color information
#D59A2F (or 0xD59A2F) is known color: Buttercup. HEX triplet: D5, 9A and 2F. RGB value is (213,154,47). Sum of RGB (Red+Green+Blue) = 213+154+47=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A2F is #2A65D0. Grayscale: #9F9F9F. Windows color (decimal): -2778577 or 3119829. OLE color: 3119829.
HSL color Cylindrical-coordinate representation of color #D59A2F: hue angle of 38.67º 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 #D59A2F is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 47 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.16 |
| HSL | 38.67º | 0.66% | 0.51% | - |
| HSV(B) | 38.67º | 0.78% | 0.84% | - |
| XYZ | 39.51 | 37.46 | 7.84 | - |
| YUV | 159.44 | 64.55 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 47 | 0 | 0.28 | 0.78 | 0.16 | 38.67 | 0.66 | 0.51 |
| Hex | D5 | 9A | 2F | 0 | 1C | 4E | 10 | 27 | 42 | 33 |
| Octal | 325 | 232 | 57 | 0 | 34 | 116 | 20 | 47 | 102 | 63 |
| Binary | 11010101 | 10011010 | 101111 | 0 | 11100 | 1001110 | 10000 | 100111 | 1000010 | 110011 |
Color Harmonies of #D59A2F
Complementary color
Monochromatic Colors of #D59A2F
Black with #D59A2F
Text Example
Text Example
White with #D59A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A2F; }
p { color: rgb(213,154,47); }
H1.HeaderClassName
{
color: #D59A2F;
}
.AnyTagClassName
{
color: #D59A2F;
}
</style>
background-color css
<style>
a { background-color: #D59A2F; }
a { background-color: rgb(213,154,47); }
div.DivClassName
{
background-color: #D59A2F;
}
.BgClassName
{
background-color: #D59A2F;
}
</style>
border-color css
<style>
span { border-color: #D59A2F; }
span { border-color: rgb(213,154,47); }
td.TdClassName
{
border-color: #D59A2F;
}
.TagClassName
{
border-color: #D59A2F;
}
</style>