Shades of Buttercup #D29E2E
Tints of Buttercup #D29E2E
RGB
CMYK
RGB Variations
Color information
#D29E2E (or 0xD29E2E) is known color: Buttercup. HEX triplet: D2, 9E and 2E. RGB value is (210,158,46). Sum of RGB (Red+Green+Blue) = 210+158+46=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29E2E is #2D61D1. Grayscale: #A1A1A1. Windows color (decimal): -2974162 or 3055314. OLE color: 3055314.
HSL color Cylindrical-coordinate representation of color #D29E2E: hue angle of 40.98º degrees, saturation: 0.65, 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 #D29E2E is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 46 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.18 |
| HSL | 40.98º | 0.65% | 0.5% | - |
| HSV(B) | 40.98º | 0.78% | 0.82% | - |
| XYZ | 39.3 | 38.35 | 7.92 | - |
| YUV | 160.78 | 63.23 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 46 | 0 | 0.25 | 0.78 | 0.18 | 40.98 | 0.65 | 0.5 |
| Hex | D2 | 9E | 2E | 0 | 19 | 4E | 12 | 29 | 41 | 32 |
| Octal | 322 | 236 | 56 | 0 | 31 | 116 | 22 | 51 | 101 | 62 |
| Binary | 11010010 | 10011110 | 101110 | 0 | 11001 | 1001110 | 10010 | 101001 | 1000001 | 110010 |
Color Harmonies of #D29E2E
Complementary color
Monochromatic Colors of #D29E2E
Black with #D29E2E
Text Example
Text Example
White with #D29E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E2E; }
p { color: rgb(210,158,46); }
H1.HeaderClassName
{
color: #D29E2E;
}
.AnyTagClassName
{
color: #D29E2E;
}
</style>
background-color css
<style>
a { background-color: #D29E2E; }
a { background-color: rgb(210,158,46); }
div.DivClassName
{
background-color: #D29E2E;
}
.BgClassName
{
background-color: #D29E2E;
}
</style>
border-color css
<style>
span { border-color: #D29E2E; }
span { border-color: rgb(210,158,46); }
td.TdClassName
{
border-color: #D29E2E;
}
.TagClassName
{
border-color: #D29E2E;
}
</style>