Shades of Buttercup #D59E2F
Tints of Buttercup #D59E2F
RGB
CMYK
RGB Variations
Color information
#D59E2F (or 0xD59E2F) is known color: Buttercup. HEX triplet: D5, 9E and 2F. RGB value is (213,158,47). Sum of RGB (Red+Green+Blue) = 213+158+47=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59E2F is #2A61D0. Grayscale: #A2A2A2. Windows color (decimal): -2777553 or 3120853. OLE color: 3120853.
HSL color Cylindrical-coordinate representation of color #D59E2F: hue angle of 40.12º 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 #D59E2F is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 47 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.16 |
| HSL | 40.12º | 0.66% | 0.51% | - |
| HSV(B) | 40.12º | 0.78% | 0.84% | - |
| XYZ | 40.18 | 38.81 | 8.06 | - |
| YUV | 161.79 | 63.22 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 47 | 0 | 0.26 | 0.78 | 0.16 | 40.12 | 0.66 | 0.51 |
| Hex | D5 | 9E | 2F | 0 | 1A | 4E | 10 | 28 | 42 | 33 |
| Octal | 325 | 236 | 57 | 0 | 32 | 116 | 20 | 50 | 102 | 63 |
| Binary | 11010101 | 10011110 | 101111 | 0 | 11010 | 1001110 | 10000 | 101000 | 1000010 | 110011 |
Color Harmonies of #D59E2F
Complementary color
Monochromatic Colors of #D59E2F
Black with #D59E2F
Text Example
Text Example
White with #D59E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E2F; }
p { color: rgb(213,158,47); }
H1.HeaderClassName
{
color: #D59E2F;
}
.AnyTagClassName
{
color: #D59E2F;
}
</style>
background-color css
<style>
a { background-color: #D59E2F; }
a { background-color: rgb(213,158,47); }
div.DivClassName
{
background-color: #D59E2F;
}
.BgClassName
{
background-color: #D59E2F;
}
</style>
border-color css
<style>
span { border-color: #D59E2F; }
span { border-color: rgb(213,158,47); }
td.TdClassName
{
border-color: #D59E2F;
}
.TagClassName
{
border-color: #D59E2F;
}
</style>