Shades of Buttercup #D29D2C
Tints of Buttercup #D29D2C
RGB
CMYK
RGB Variations
Color information
#D29D2C (or 0xD29D2C) is known color: Buttercup. HEX triplet: D2, 9D and 2C. RGB value is (210,157,44). Sum of RGB (Red+Green+Blue) = 210+157+44=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29D2C is #2D62D3. Grayscale: #A0A0A0. Windows color (decimal): -2974420 or 2923986. OLE color: 2923986.
HSL color Cylindrical-coordinate representation of color #D29D2C: hue angle of 40.84º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D29D2C is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 44 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.18 |
| HSL | 40.84º | 0.65% | 0.5% | - |
| HSV(B) | 40.84º | 0.79% | 0.82% | - |
| XYZ | 39.09 | 38 | 7.66 | - |
| YUV | 159.97 | 62.56 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 44 | 0 | 0.25 | 0.79 | 0.18 | 40.84 | 0.65 | 0.5 |
| Hex | D2 | 9D | 2C | 0 | 19 | 4F | 12 | 29 | 41 | 32 |
| Octal | 322 | 235 | 54 | 0 | 31 | 117 | 22 | 51 | 101 | 62 |
| Binary | 11010010 | 10011101 | 101100 | 0 | 11001 | 1001111 | 10010 | 101001 | 1000001 | 110010 |
Color Harmonies of #D29D2C
Complementary color
Monochromatic Colors of #D29D2C
Black with #D29D2C
Text Example
Text Example
White with #D29D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D2C; }
p { color: rgb(210,157,44); }
H1.HeaderClassName
{
color: #D29D2C;
}
.AnyTagClassName
{
color: #D29D2C;
}
</style>
background-color css
<style>
a { background-color: #D29D2C; }
a { background-color: rgb(210,157,44); }
div.DivClassName
{
background-color: #D29D2C;
}
.BgClassName
{
background-color: #D29D2C;
}
</style>
border-color css
<style>
span { border-color: #D29D2C; }
span { border-color: rgb(210,157,44); }
td.TdClassName
{
border-color: #D29D2C;
}
.TagClassName
{
border-color: #D29D2C;
}
</style>