Shades of Buttercup #D59529
Tints of Buttercup #D59529
RGB
CMYK
RGB Variations
Color information
#D59529 (or 0xD59529) is known color: Buttercup. HEX triplet: D5, 95 and 29. RGB value is (213,149,41). Sum of RGB (Red+Green+Blue) = 213+149+41=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D59529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59529 is #2A6AD6. Grayscale: #9C9C9C. Windows color (decimal): -2779863 or 2725333. OLE color: 2725333.
HSL color Cylindrical-coordinate representation of color #D59529: hue angle of 37.67º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D59529 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 41 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.16 |
| HSL | 37.67º | 0.68% | 0.5% | - |
| HSV(B) | 37.67º | 0.81% | 0.84% | - |
| XYZ | 38.59 | 35.8 | 6.97 | - |
| YUV | 155.82 | 63.2 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 41 | 0 | 0.30 | 0.81 | 0.16 | 37.67 | 0.68 | 0.5 |
| Hex | D5 | 95 | 29 | 0 | 1E | 51 | 10 | 26 | 44 | 32 |
| Octal | 325 | 225 | 51 | 0 | 36 | 121 | 20 | 46 | 104 | 62 |
| Binary | 11010101 | 10010101 | 101001 | 0 | 11110 | 1010001 | 10000 | 100110 | 1000100 | 110010 |
Color Harmonies of #D59529
Complementary color
Monochromatic Colors of #D59529
Black with #D59529
Text Example
Text Example
White with #D59529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59529; }
p { color: rgb(213,149,41); }
H1.HeaderClassName
{
color: #D59529;
}
.AnyTagClassName
{
color: #D59529;
}
</style>
background-color css
<style>
a { background-color: #D59529; }
a { background-color: rgb(213,149,41); }
div.DivClassName
{
background-color: #D59529;
}
.BgClassName
{
background-color: #D59529;
}
</style>
border-color css
<style>
span { border-color: #D59529; }
span { border-color: rgb(213,149,41); }
td.TdClassName
{
border-color: #D59529;
}
.TagClassName
{
border-color: #D59529;
}
</style>