Shades of Buttercup #D59A1E
Tints of Buttercup #D59A1E
RGB
CMYK
RGB Variations
Color information
#D59A1E (or 0xD59A1E) is known color: Buttercup. HEX triplet: D5, 9A and 1E. RGB value is (213,154,30). Sum of RGB (Red+Green+Blue) = 213+154+30=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A1E is #2A65E1. Grayscale: #9E9E9E. Windows color (decimal): -2778594 or 2005717. OLE color: 2005717.
HSL color Cylindrical-coordinate representation of color #D59A1E: hue angle of 40.66º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D59A1E is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 30 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.16 |
| HSL | 40.66º | 0.75% | 0.48% | - |
| HSV(B) | 40.66º | 0.86% | 0.84% | - |
| XYZ | 39.23 | 37.35 | 6.37 | - |
| YUV | 157.51 | 56.05 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 30 | 0 | 0.28 | 0.86 | 0.16 | 40.66 | 0.75 | 0.48 |
| Hex | D5 | 9A | 1E | 0 | 1C | 56 | 10 | 29 | 4B | 30 |
| Octal | 325 | 232 | 36 | 0 | 34 | 126 | 20 | 51 | 113 | 60 |
| Binary | 11010101 | 10011010 | 11110 | 0 | 11100 | 1010110 | 10000 | 101001 | 1001011 | 110000 |
Color Harmonies of #D59A1E
Complementary color
Monochromatic Colors of #D59A1E
Black with #D59A1E
Text Example
Text Example
White with #D59A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A1E; }
p { color: rgb(213,154,30); }
H1.HeaderClassName
{
color: #D59A1E;
}
.AnyTagClassName
{
color: #D59A1E;
}
</style>
background-color css
<style>
a { background-color: #D59A1E; }
a { background-color: rgb(213,154,30); }
div.DivClassName
{
background-color: #D59A1E;
}
.BgClassName
{
background-color: #D59A1E;
}
</style>
border-color css
<style>
span { border-color: #D59A1E; }
span { border-color: rgb(213,154,30); }
td.TdClassName
{
border-color: #D59A1E;
}
.TagClassName
{
border-color: #D59A1E;
}
</style>