Shades of Buttercup #D59A1F
Tints of Buttercup #D59A1F
RGB
CMYK
RGB Variations
Color information
#D59A1F (or 0xD59A1F) is known color: Buttercup. HEX triplet: D5, 9A and 1F. RGB value is (213,154,31). Sum of RGB (Red+Green+Blue) = 213+154+31=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A1F is #2A65E0. Grayscale: #9E9E9E. Windows color (decimal): -2778593 or 2071253. OLE color: 2071253.
HSL color Cylindrical-coordinate representation of color #D59A1F: hue angle of 40.55º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D59A1F is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 31 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.16 |
| HSL | 40.55º | 0.75% | 0.48% | - |
| HSV(B) | 40.55º | 0.85% | 0.84% | - |
| XYZ | 39.24 | 37.36 | 6.44 | - |
| YUV | 157.62 | 56.55 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 31 | 0 | 0.28 | 0.85 | 0.16 | 40.55 | 0.75 | 0.48 |
| Hex | D5 | 9A | 1F | 0 | 1C | 55 | 10 | 29 | 4B | 30 |
| Octal | 325 | 232 | 37 | 0 | 34 | 125 | 20 | 51 | 113 | 60 |
| Binary | 11010101 | 10011010 | 11111 | 0 | 11100 | 1010101 | 10000 | 101001 | 1001011 | 110000 |
Color Harmonies of #D59A1F
Complementary color
Monochromatic Colors of #D59A1F
Black with #D59A1F
Text Example
Text Example
White with #D59A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A1F; }
p { color: rgb(213,154,31); }
H1.HeaderClassName
{
color: #D59A1F;
}
.AnyTagClassName
{
color: #D59A1F;
}
</style>
background-color css
<style>
a { background-color: #D59A1F; }
a { background-color: rgb(213,154,31); }
div.DivClassName
{
background-color: #D59A1F;
}
.BgClassName
{
background-color: #D59A1F;
}
</style>
border-color css
<style>
span { border-color: #D59A1F; }
span { border-color: rgb(213,154,31); }
td.TdClassName
{
border-color: #D59A1F;
}
.TagClassName
{
border-color: #D59A1F;
}
</style>