Shades of Buttercup #D29D30
Tints of Buttercup #D29D30
RGB
CMYK
RGB Variations
Color information
#D29D30 (or 0xD29D30) is known color: Buttercup. HEX triplet: D2, 9D and 30. RGB value is (210,157,48). Sum of RGB (Red+Green+Blue) = 210+157+48=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29D30 is #2D62CF. Grayscale: #A0A0A0. Windows color (decimal): -2974416 or 3186130. OLE color: 3186130.
HSL color Cylindrical-coordinate representation of color #D29D30: hue angle of 40.37º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D29D30 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 48 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.18 |
| HSL | 40.37º | 0.64% | 0.51% | - |
| HSV(B) | 40.37º | 0.77% | 0.82% | - |
| XYZ | 39.17 | 38.03 | 8.07 | - |
| YUV | 160.42 | 64.56 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 48 | 0 | 0.25 | 0.77 | 0.18 | 40.37 | 0.64 | 0.51 |
| Hex | D2 | 9D | 30 | 0 | 19 | 4D | 12 | 28 | 40 | 33 |
| Octal | 322 | 235 | 60 | 0 | 31 | 115 | 22 | 50 | 100 | 63 |
| Binary | 11010010 | 10011101 | 110000 | 0 | 11001 | 1001101 | 10010 | 101000 | 1000000 | 110011 |
Color Harmonies of #D29D30
Complementary color
Monochromatic Colors of #D29D30
Black with #D29D30
Text Example
Text Example
White with #D29D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D30; }
p { color: rgb(210,157,48); }
H1.HeaderClassName
{
color: #D29D30;
}
.AnyTagClassName
{
color: #D29D30;
}
</style>
background-color css
<style>
a { background-color: #D29D30; }
a { background-color: rgb(210,157,48); }
div.DivClassName
{
background-color: #D29D30;
}
.BgClassName
{
background-color: #D29D30;
}
</style>
border-color css
<style>
span { border-color: #D29D30; }
span { border-color: rgb(210,157,48); }
td.TdClassName
{
border-color: #D29D30;
}
.TagClassName
{
border-color: #D29D30;
}
</style>