Shades of Buttercup #D59C2D
Tints of Buttercup #D59C2D
RGB
CMYK
RGB Variations
Color information
#D59C2D (or 0xD59C2D) is known color: Buttercup. HEX triplet: D5, 9C and 2D. RGB value is (213,156,45). Sum of RGB (Red+Green+Blue) = 213+156+45=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59C2D is #2A63D2. Grayscale: #A0A0A0. Windows color (decimal): -2778067 or 2989269. OLE color: 2989269.
HSL color Cylindrical-coordinate representation of color #D59C2D: hue angle of 39.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D59C2D is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 45 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.16 |
| HSL | 39.64º | 0.67% | 0.51% | - |
| HSV(B) | 39.64º | 0.79% | 0.84% | - |
| XYZ | 39.8 | 38.11 | 7.74 | - |
| YUV | 160.39 | 62.88 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 45 | 0 | 0.27 | 0.79 | 0.16 | 39.64 | 0.67 | 0.51 |
| Hex | D5 | 9C | 2D | 0 | 1B | 4F | 10 | 28 | 43 | 33 |
| Octal | 325 | 234 | 55 | 0 | 33 | 117 | 20 | 50 | 103 | 63 |
| Binary | 11010101 | 10011100 | 101101 | 0 | 11011 | 1001111 | 10000 | 101000 | 1000011 | 110011 |
Color Harmonies of #D59C2D
Complementary color
Monochromatic Colors of #D59C2D
Black with #D59C2D
Text Example
Text Example
White with #D59C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C2D; }
p { color: rgb(213,156,45); }
H1.HeaderClassName
{
color: #D59C2D;
}
.AnyTagClassName
{
color: #D59C2D;
}
</style>
background-color css
<style>
a { background-color: #D59C2D; }
a { background-color: rgb(213,156,45); }
div.DivClassName
{
background-color: #D59C2D;
}
.BgClassName
{
background-color: #D59C2D;
}
</style>
border-color css
<style>
span { border-color: #D59C2D; }
span { border-color: rgb(213,156,45); }
td.TdClassName
{
border-color: #D59C2D;
}
.TagClassName
{
border-color: #D59C2D;
}
</style>