Shades of Buttercup #D59119
Tints of Buttercup #D59119
RGB
CMYK
RGB Variations
Color information
#D59119 (or 0xD59119) is known color: Buttercup. HEX triplet: D5, 91 and 19. RGB value is (213,145,25). Sum of RGB (Red+Green+Blue) = 213+145+25=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D59119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59119 is #2A6EE6. Grayscale: #989898. Windows color (decimal): -2780903 or 1675733. OLE color: 1675733.
HSL color Cylindrical-coordinate representation of color #D59119: hue angle of 38.3º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D59119 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 25 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.16 |
| HSL | 38.3º | 0.79% | 0.47% | - |
| HSV(B) | 38.3º | 0.88% | 0.84% | - |
| XYZ | 37.74 | 34.47 | 5.58 | - |
| YUV | 151.65 | 56.53 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 25 | 0 | 0.32 | 0.88 | 0.16 | 38.3 | 0.79 | 0.47 |
| Hex | D5 | 91 | 19 | 0 | 20 | 58 | 10 | 26 | 4F | 2F |
| Octal | 325 | 221 | 31 | 0 | 40 | 130 | 20 | 46 | 117 | 57 |
| Binary | 11010101 | 10010001 | 11001 | 0 | 100000 | 1011000 | 10000 | 100110 | 1001111 | 101111 |
Color Harmonies of #D59119
Complementary color
Monochromatic Colors of #D59119
Black with #D59119
Text Example
Text Example
White with #D59119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59119; }
p { color: rgb(213,145,25); }
H1.HeaderClassName
{
color: #D59119;
}
.AnyTagClassName
{
color: #D59119;
}
</style>
background-color css
<style>
a { background-color: #D59119; }
a { background-color: rgb(213,145,25); }
div.DivClassName
{
background-color: #D59119;
}
.BgClassName
{
background-color: #D59119;
}
</style>
border-color css
<style>
span { border-color: #D59119; }
span { border-color: rgb(213,145,25); }
td.TdClassName
{
border-color: #D59119;
}
.TagClassName
{
border-color: #D59119;
}
</style>