Shades of Buttercup #D59128
Tints of Buttercup #D59128
RGB
CMYK
RGB Variations
Color information
#D59128 (or 0xD59128) is known color: Buttercup. HEX triplet: D5, 91 and 28. RGB value is (213,145,40). Sum of RGB (Red+Green+Blue) = 213+145+40=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D59128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59128 is #2A6ED7. Grayscale: #999999. Windows color (decimal): -2780888 or 2658773. OLE color: 2658773.
HSL color Cylindrical-coordinate representation of color #D59128: hue angle of 36.42º 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 #D59128 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 40 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.16 |
| HSL | 36.42º | 0.68% | 0.5% | - |
| HSV(B) | 36.42º | 0.81% | 0.84% | - |
| XYZ | 37.95 | 34.55 | 6.68 | - |
| YUV | 153.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 40 | 0 | 0.32 | 0.81 | 0.16 | 36.42 | 0.68 | 0.5 |
| Hex | D5 | 91 | 28 | 0 | 20 | 51 | 10 | 24 | 44 | 32 |
| Octal | 325 | 221 | 50 | 0 | 40 | 121 | 20 | 44 | 104 | 62 |
| Binary | 11010101 | 10010001 | 101000 | 0 | 100000 | 1010001 | 10000 | 100100 | 1000100 | 110010 |
Color Harmonies of #D59128
Complementary color
Monochromatic Colors of #D59128
Black with #D59128
Text Example
Text Example
White with #D59128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59128; }
p { color: rgb(213,145,40); }
H1.HeaderClassName
{
color: #D59128;
}
.AnyTagClassName
{
color: #D59128;
}
</style>
background-color css
<style>
a { background-color: #D59128; }
a { background-color: rgb(213,145,40); }
div.DivClassName
{
background-color: #D59128;
}
.BgClassName
{
background-color: #D59128;
}
</style>
border-color css
<style>
span { border-color: #D59128; }
span { border-color: rgb(213,145,40); }
td.TdClassName
{
border-color: #D59128;
}
.TagClassName
{
border-color: #D59128;
}
</style>