Shades of Buttercup #D29D2F
Tints of Buttercup #D29D2F
RGB
CMYK
RGB Variations
Color information
#D29D2F (or 0xD29D2F) is known color: Buttercup. HEX triplet: D2, 9D and 2F. RGB value is (210,157,47). Sum of RGB (Red+Green+Blue) = 210+157+47=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29D2F is #2D62D0. Grayscale: #A0A0A0. Windows color (decimal): -2974417 or 3120594. OLE color: 3120594.
HSL color Cylindrical-coordinate representation of color #D29D2F: hue angle of 40.49º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D29D2F is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 47 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.18 |
| HSL | 40.49º | 0.64% | 0.5% | - |
| HSV(B) | 40.49º | 0.78% | 0.82% | - |
| XYZ | 39.15 | 38.02 | 7.96 | - |
| YUV | 160.31 | 64.06 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 47 | 0 | 0.25 | 0.78 | 0.18 | 40.49 | 0.64 | 0.5 |
| Hex | D2 | 9D | 2F | 0 | 19 | 4E | 12 | 28 | 40 | 32 |
| Octal | 322 | 235 | 57 | 0 | 31 | 116 | 22 | 50 | 100 | 62 |
| Binary | 11010010 | 10011101 | 101111 | 0 | 11001 | 1001110 | 10010 | 101000 | 1000000 | 110010 |
Color Harmonies of #D29D2F
Complementary color
Monochromatic Colors of #D29D2F
Black with #D29D2F
Text Example
Text Example
White with #D29D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D2F; }
p { color: rgb(210,157,47); }
H1.HeaderClassName
{
color: #D29D2F;
}
.AnyTagClassName
{
color: #D29D2F;
}
</style>
background-color css
<style>
a { background-color: #D29D2F; }
a { background-color: rgb(210,157,47); }
div.DivClassName
{
background-color: #D29D2F;
}
.BgClassName
{
background-color: #D29D2F;
}
</style>
border-color css
<style>
span { border-color: #D29D2F; }
span { border-color: rgb(210,157,47); }
td.TdClassName
{
border-color: #D29D2F;
}
.TagClassName
{
border-color: #D29D2F;
}
</style>