Shades of Buttercup #D59C27
Tints of Buttercup #D59C27
RGB
CMYK
RGB Variations
Color information
#D59C27 (or 0xD59C27) is known color: Buttercup. HEX triplet: D5, 9C and 27. RGB value is (213,156,39). Sum of RGB (Red+Green+Blue) = 213+156+39=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59C27 is #2A63D8. Grayscale: #A0A0A0. Windows color (decimal): -2778073 or 2596053. OLE color: 2596053.
HSL color Cylindrical-coordinate representation of color #D59C27: hue angle of 40.34º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D59C27 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 39 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.16 |
| HSL | 40.34º | 0.69% | 0.49% | - |
| HSV(B) | 40.34º | 0.82% | 0.84% | - |
| XYZ | 39.7 | 38.07 | 7.18 | - |
| YUV | 159.71 | 59.88 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 39 | 0 | 0.27 | 0.82 | 0.16 | 40.34 | 0.69 | 0.49 |
| Hex | D5 | 9C | 27 | 0 | 1B | 52 | 10 | 28 | 45 | 31 |
| Octal | 325 | 234 | 47 | 0 | 33 | 122 | 20 | 50 | 105 | 61 |
| Binary | 11010101 | 10011100 | 100111 | 0 | 11011 | 1010010 | 10000 | 101000 | 1000101 | 110001 |
Color Harmonies of #D59C27
Complementary color
Monochromatic Colors of #D59C27
Black with #D59C27
Text Example
Text Example
White with #D59C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C27; }
p { color: rgb(213,156,39); }
H1.HeaderClassName
{
color: #D59C27;
}
.AnyTagClassName
{
color: #D59C27;
}
</style>
background-color css
<style>
a { background-color: #D59C27; }
a { background-color: rgb(213,156,39); }
div.DivClassName
{
background-color: #D59C27;
}
.BgClassName
{
background-color: #D59C27;
}
</style>
border-color css
<style>
span { border-color: #D59C27; }
span { border-color: rgb(213,156,39); }
td.TdClassName
{
border-color: #D59C27;
}
.TagClassName
{
border-color: #D59C27;
}
</style>