Shades of Buttercup #D29519
Tints of Buttercup #D29519
RGB
CMYK
RGB Variations
Color information
#D29519 (or 0xD29519) is known color: Buttercup. HEX triplet: D2, 95 and 19. RGB value is (210,149,25). Sum of RGB (Red+Green+Blue) = 210+149+25=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D29519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29519 is #2D6AE6. Grayscale: #999999. Windows color (decimal): -2976487 or 1676754. OLE color: 1676754.
HSL color Cylindrical-coordinate representation of color #D29519: hue angle of 40.22º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D29519 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 25 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.18 |
| HSL | 40.22º | 0.79% | 0.46% | - |
| HSV(B) | 40.22º | 0.88% | 0.82% | - |
| XYZ | 37.5 | 35.27 | 5.75 | - |
| YUV | 153.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 25 | 0 | 0.29 | 0.88 | 0.18 | 40.22 | 0.79 | 0.46 |
| Hex | D2 | 95 | 19 | 0 | 1D | 58 | 12 | 28 | 4F | 2E |
| Octal | 322 | 225 | 31 | 0 | 35 | 130 | 22 | 50 | 117 | 56 |
| Binary | 11010010 | 10010101 | 11001 | 0 | 11101 | 1011000 | 10010 | 101000 | 1001111 | 101110 |
Color Harmonies of #D29519
Complementary color
Monochromatic Colors of #D29519
Black with #D29519
Text Example
Text Example
White with #D29519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29519; }
p { color: rgb(210,149,25); }
H1.HeaderClassName
{
color: #D29519;
}
.AnyTagClassName
{
color: #D29519;
}
</style>
background-color css
<style>
a { background-color: #D29519; }
a { background-color: rgb(210,149,25); }
div.DivClassName
{
background-color: #D29519;
}
.BgClassName
{
background-color: #D29519;
}
</style>
border-color css
<style>
span { border-color: #D29519; }
span { border-color: rgb(210,149,25); }
td.TdClassName
{
border-color: #D29519;
}
.TagClassName
{
border-color: #D29519;
}
</style>