Shades of Buttercup #D59129
Tints of Buttercup #D59129
RGB
CMYK
RGB Variations
Color information
#D59129 (or 0xD59129) is known color: Buttercup. HEX triplet: D5, 91 and 29. RGB value is (213,145,41). Sum of RGB (Red+Green+Blue) = 213+145+41=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D59129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59129 is #2A6ED6. Grayscale: #999999. Windows color (decimal): -2780887 or 2724309. OLE color: 2724309.
HSL color Cylindrical-coordinate representation of color #D59129: hue angle of 36.28º 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 #D59129 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 41 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.16 |
| HSL | 36.28º | 0.68% | 0.5% | - |
| HSV(B) | 36.28º | 0.81% | 0.84% | - |
| XYZ | 37.97 | 34.56 | 6.77 | - |
| YUV | 153.48 | 64.53 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 41 | 0 | 0.32 | 0.81 | 0.16 | 36.28 | 0.68 | 0.5 |
| Hex | D5 | 91 | 29 | 0 | 20 | 51 | 10 | 24 | 44 | 32 |
| Octal | 325 | 221 | 51 | 0 | 40 | 121 | 20 | 44 | 104 | 62 |
| Binary | 11010101 | 10010001 | 101001 | 0 | 100000 | 1010001 | 10000 | 100100 | 1000100 | 110010 |
Color Harmonies of #D59129
Complementary color
Monochromatic Colors of #D59129
Black with #D59129
Text Example
Text Example
White with #D59129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59129; }
p { color: rgb(213,145,41); }
H1.HeaderClassName
{
color: #D59129;
}
.AnyTagClassName
{
color: #D59129;
}
</style>
background-color css
<style>
a { background-color: #D59129; }
a { background-color: rgb(213,145,41); }
div.DivClassName
{
background-color: #D59129;
}
.BgClassName
{
background-color: #D59129;
}
</style>
border-color css
<style>
span { border-color: #D59129; }
span { border-color: rgb(213,145,41); }
td.TdClassName
{
border-color: #D59129;
}
.TagClassName
{
border-color: #D59129;
}
</style>