Shades of Buttercup #D59C2C
Tints of Buttercup #D59C2C
RGB
CMYK
RGB Variations
Color information
#D59C2C (or 0xD59C2C) is known color: Buttercup. HEX triplet: D5, 9C and 2C. RGB value is (213,156,44). Sum of RGB (Red+Green+Blue) = 213+156+44=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59C2C is #2A63D3. Grayscale: #A0A0A0. Windows color (decimal): -2778068 or 2923733. OLE color: 2923733.
HSL color Cylindrical-coordinate representation of color #D59C2C: hue angle of 39.76º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D59C2C is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 44 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.16 |
| HSL | 39.76º | 0.67% | 0.5% | - |
| HSV(B) | 39.76º | 0.79% | 0.84% | - |
| XYZ | 39.78 | 38.1 | 7.64 | - |
| YUV | 160.28 | 62.38 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 44 | 0 | 0.27 | 0.79 | 0.16 | 39.76 | 0.67 | 0.5 |
| Hex | D5 | 9C | 2C | 0 | 1B | 4F | 10 | 28 | 43 | 32 |
| Octal | 325 | 234 | 54 | 0 | 33 | 117 | 20 | 50 | 103 | 62 |
| Binary | 11010101 | 10011100 | 101100 | 0 | 11011 | 1001111 | 10000 | 101000 | 1000011 | 110010 |
Color Harmonies of #D59C2C
Complementary color
Monochromatic Colors of #D59C2C
Black with #D59C2C
Text Example
Text Example
White with #D59C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C2C; }
p { color: rgb(213,156,44); }
H1.HeaderClassName
{
color: #D59C2C;
}
.AnyTagClassName
{
color: #D59C2C;
}
</style>
background-color css
<style>
a { background-color: #D59C2C; }
a { background-color: rgb(213,156,44); }
div.DivClassName
{
background-color: #D59C2C;
}
.BgClassName
{
background-color: #D59C2C;
}
</style>
border-color css
<style>
span { border-color: #D59C2C; }
span { border-color: rgb(213,156,44); }
td.TdClassName
{
border-color: #D59C2C;
}
.TagClassName
{
border-color: #D59C2C;
}
</style>