Shades of Buttercup #D29C2B
Tints of Buttercup #D29C2B
RGB
CMYK
RGB Variations
Color information
#D29C2B (or 0xD29C2B) is known color: Buttercup. HEX triplet: D2, 9C and 2B. RGB value is (210,156,43). Sum of RGB (Red+Green+Blue) = 210+156+43=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29C2B is #2D63D4. Grayscale: #9F9F9F. Windows color (decimal): -2974677 or 2858194. OLE color: 2858194.
HSL color Cylindrical-coordinate representation of color #D29C2B: hue angle of 40.6º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D29C2B is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 43 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.18 |
| HSL | 40.6º | 0.66% | 0.5% | - |
| HSV(B) | 40.6º | 0.8% | 0.82% | - |
| XYZ | 38.9 | 37.65 | 7.5 | - |
| YUV | 159.26 | 62.39 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 43 | 0 | 0.26 | 0.80 | 0.18 | 40.6 | 0.66 | 0.5 |
| Hex | D2 | 9C | 2B | 0 | 1A | 50 | 12 | 29 | 42 | 32 |
| Octal | 322 | 234 | 53 | 0 | 32 | 120 | 22 | 51 | 102 | 62 |
| Binary | 11010010 | 10011100 | 101011 | 0 | 11010 | 1010000 | 10010 | 101001 | 1000010 | 110010 |
Color Harmonies of #D29C2B
Complementary color
Monochromatic Colors of #D29C2B
Black with #D29C2B
Text Example
Text Example
White with #D29C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C2B; }
p { color: rgb(210,156,43); }
H1.HeaderClassName
{
color: #D29C2B;
}
.AnyTagClassName
{
color: #D29C2B;
}
</style>
background-color css
<style>
a { background-color: #D29C2B; }
a { background-color: rgb(210,156,43); }
div.DivClassName
{
background-color: #D29C2B;
}
.BgClassName
{
background-color: #D29C2B;
}
</style>
border-color css
<style>
span { border-color: #D29C2B; }
span { border-color: rgb(210,156,43); }
td.TdClassName
{
border-color: #D29C2B;
}
.TagClassName
{
border-color: #D29C2B;
}
</style>