Shades of Buttercup #D59F2F
Tints of Buttercup #D59F2F
RGB
CMYK
RGB Variations
Color information
#D59F2F (or 0xD59F2F) is known color: Buttercup. HEX triplet: D5, 9F and 2F. RGB value is (213,159,47). Sum of RGB (Red+Green+Blue) = 213+159+47=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F2F is #2A60D0. Grayscale: #A2A2A2. Windows color (decimal): -2777297 or 3121109. OLE color: 3121109.
HSL color Cylindrical-coordinate representation of color #D59F2F: hue angle of 40.48º 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 #D59F2F is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 47 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.16 |
| HSL | 40.48º | 0.66% | 0.51% | - |
| HSV(B) | 40.48º | 0.78% | 0.84% | - |
| XYZ | 40.35 | 39.15 | 8.12 | - |
| YUV | 162.38 | 62.89 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 47 | 0 | 0.25 | 0.78 | 0.16 | 40.48 | 0.66 | 0.51 |
| Hex | D5 | 9F | 2F | 0 | 19 | 4E | 10 | 28 | 42 | 33 |
| Octal | 325 | 237 | 57 | 0 | 31 | 116 | 20 | 50 | 102 | 63 |
| Binary | 11010101 | 10011111 | 101111 | 0 | 11001 | 1001110 | 10000 | 101000 | 1000010 | 110011 |
Color Harmonies of #D59F2F
Complementary color
Monochromatic Colors of #D59F2F
Black with #D59F2F
Text Example
Text Example
White with #D59F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F2F; }
p { color: rgb(213,159,47); }
H1.HeaderClassName
{
color: #D59F2F;
}
.AnyTagClassName
{
color: #D59F2F;
}
</style>
background-color css
<style>
a { background-color: #D59F2F; }
a { background-color: rgb(213,159,47); }
div.DivClassName
{
background-color: #D59F2F;
}
.BgClassName
{
background-color: #D59F2F;
}
</style>
border-color css
<style>
span { border-color: #D59F2F; }
span { border-color: rgb(213,159,47); }
td.TdClassName
{
border-color: #D59F2F;
}
.TagClassName
{
border-color: #D59F2F;
}
</style>