Shades of Buttercup #D29518
Tints of Buttercup #D29518
RGB
CMYK
RGB Variations
Color information
#D29518 (or 0xD29518) is known color: Buttercup. HEX triplet: D2, 95 and 18. RGB value is (210,149,24). Sum of RGB (Red+Green+Blue) = 210+149+24=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D29518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29518 is #2D6AE7. Grayscale: #999999. Windows color (decimal): -2976488 or 1611218. OLE color: 1611218.
HSL color Cylindrical-coordinate representation of color #D29518: hue angle of 40.32º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D29518 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 24 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.18 |
| HSL | 40.32º | 0.79% | 0.46% | - |
| HSV(B) | 40.32º | 0.89% | 0.82% | - |
| XYZ | 37.49 | 35.26 | 5.69 | - |
| YUV | 152.99 | 55.21 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 24 | 0 | 0.29 | 0.89 | 0.18 | 40.32 | 0.79 | 0.46 |
| Hex | D2 | 95 | 18 | 0 | 1D | 59 | 12 | 28 | 4F | 2E |
| Octal | 322 | 225 | 30 | 0 | 35 | 131 | 22 | 50 | 117 | 56 |
| Binary | 11010010 | 10010101 | 11000 | 0 | 11101 | 1011001 | 10010 | 101000 | 1001111 | 101110 |
Color Harmonies of #D29518
Complementary color
Monochromatic Colors of #D29518
Black with #D29518
Text Example
Text Example
White with #D29518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29518; }
p { color: rgb(210,149,24); }
H1.HeaderClassName
{
color: #D29518;
}
.AnyTagClassName
{
color: #D29518;
}
</style>
background-color css
<style>
a { background-color: #D29518; }
a { background-color: rgb(210,149,24); }
div.DivClassName
{
background-color: #D29518;
}
.BgClassName
{
background-color: #D29518;
}
</style>
border-color css
<style>
span { border-color: #D29518; }
span { border-color: rgb(210,149,24); }
td.TdClassName
{
border-color: #D29518;
}
.TagClassName
{
border-color: #D29518;
}
</style>