Shades of Buttercup #D29119
Tints of Buttercup #D29119
RGB
CMYK
RGB Variations
Color information
#D29119 (or 0xD29119) is known color: Buttercup. HEX triplet: D2, 91 and 19. RGB value is (210,145,25). Sum of RGB (Red+Green+Blue) = 210+145+25=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D29119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29119 is #2D6EE6. Grayscale: #979797. Windows color (decimal): -2977511 or 1675730. OLE color: 1675730.
HSL color Cylindrical-coordinate representation of color #D29119: hue angle of 38.92º 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 #D29119 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 25 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.18 |
| HSL | 38.92º | 0.79% | 0.46% | - |
| HSV(B) | 38.92º | 0.88% | 0.82% | - |
| XYZ | 36.88 | 34.02 | 5.54 | - |
| YUV | 150.76 | 57.03 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 25 | 0 | 0.31 | 0.88 | 0.18 | 38.92 | 0.79 | 0.46 |
| Hex | D2 | 91 | 19 | 0 | 1F | 58 | 12 | 27 | 4F | 2E |
| Octal | 322 | 221 | 31 | 0 | 37 | 130 | 22 | 47 | 117 | 56 |
| Binary | 11010010 | 10010001 | 11001 | 0 | 11111 | 1011000 | 10010 | 100111 | 1001111 | 101110 |
Color Harmonies of #D29119
Complementary color
Monochromatic Colors of #D29119
Black with #D29119
Text Example
Text Example
White with #D29119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29119; }
p { color: rgb(210,145,25); }
H1.HeaderClassName
{
color: #D29119;
}
.AnyTagClassName
{
color: #D29119;
}
</style>
background-color css
<style>
a { background-color: #D29119; }
a { background-color: rgb(210,145,25); }
div.DivClassName
{
background-color: #D29119;
}
.BgClassName
{
background-color: #D29119;
}
</style>
border-color css
<style>
span { border-color: #D29119; }
span { border-color: rgb(210,145,25); }
td.TdClassName
{
border-color: #D29119;
}
.TagClassName
{
border-color: #D29119;
}
</style>