Shades of Buttercup #D59C30
Tints of Buttercup #D59C30
RGB
CMYK
RGB Variations
Color information
#D59C30 (or 0xD59C30) is known color: Buttercup. HEX triplet: D5, 9C and 30. RGB value is (213,156,48). Sum of RGB (Red+Green+Blue) = 213+156+48=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59C30 is #2A63CF. Grayscale: #A1A1A1. Windows color (decimal): -2778064 or 3185877. OLE color: 3185877.
HSL color Cylindrical-coordinate representation of color #D59C30: hue angle of 39.27º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D59C30 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 48 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.16 |
| HSL | 39.27º | 0.66% | 0.51% | - |
| HSV(B) | 39.27º | 0.77% | 0.84% | - |
| XYZ | 39.86 | 38.14 | 8.06 | - |
| YUV | 160.73 | 64.38 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 48 | 0 | 0.27 | 0.77 | 0.16 | 39.27 | 0.66 | 0.51 |
| Hex | D5 | 9C | 30 | 0 | 1B | 4D | 10 | 27 | 42 | 33 |
| Octal | 325 | 234 | 60 | 0 | 33 | 115 | 20 | 47 | 102 | 63 |
| Binary | 11010101 | 10011100 | 110000 | 0 | 11011 | 1001101 | 10000 | 100111 | 1000010 | 110011 |
Color Harmonies of #D59C30
Complementary color
Monochromatic Colors of #D59C30
Black with #D59C30
Text Example
Text Example
White with #D59C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59C30; }
p { color: rgb(213,156,48); }
H1.HeaderClassName
{
color: #D59C30;
}
.AnyTagClassName
{
color: #D59C30;
}
</style>
background-color css
<style>
a { background-color: #D59C30; }
a { background-color: rgb(213,156,48); }
div.DivClassName
{
background-color: #D59C30;
}
.BgClassName
{
background-color: #D59C30;
}
</style>
border-color css
<style>
span { border-color: #D59C30; }
span { border-color: rgb(213,156,48); }
td.TdClassName
{
border-color: #D59C30;
}
.TagClassName
{
border-color: #D59C30;
}
</style>